From d8f12035fcd9cede2489b9d56246d121a0b0035d Mon Sep 17 00:00:00 2001 From: Romain Tartiere Date: Sat, 26 Jun 2010 21:56:32 +0000 Subject: [PATCH] Add missing carriage return at EOF (yes, I have nothing better to do ATM). --- examples/pn53x-diagnose.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pn53x-diagnose.c b/examples/pn53x-diagnose.c index 2cd635a..4436503 100644 --- a/examples/pn53x-diagnose.c +++ b/examples/pn53x-diagnose.c @@ -96,4 +96,4 @@ int main(int argc, const char* argv[]) } printf(" RAM test: %s\n", result ? "OK" : "Failed"); } -} \ No newline at end of file +}