From f97a808246843a1be3e0c23a47c65912c7f9e6b8 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 13 Apr 2010 10:35:12 +0200 Subject: Indent code. --- src/asn1Decoding.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/asn1Decoding.c') diff --git a/src/asn1Decoding.c b/src/asn1Decoding.c index 6670ba3..d7e550d 100644 --- a/src/asn1Decoding.c +++ b/src/asn1Decoding.c @@ -40,13 +40,11 @@ # define ATTR_NO_RETRUN __attribute__ ((__noreturn__)) #endif -ATTR_NO_RETRUN -static void +ATTR_NO_RETRUN static void usage (int status) { if (status != EXIT_SUCCESS) - fprintf (stderr, "Try `%s --help' for more information.\n", - program_name); + fprintf (stderr, "Try `%s --help' for more information.\n", program_name); else { printf ("\ -- cgit v1.2.3