diff options
author | Simon Josefsson <simon@josefsson.org> | 2012-03-19 10:14:19 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2012-03-19 10:14:19 +0100 |
commit | e4c605d4c575d9f56f44970fdf3bee567b8fac18 (patch) | |
tree | 8f2e4e80663f25be739760c5b15efb382ea34d66 /src/asn1Decoding.c | |
parent | 8ab3a5231ef83834a17818edf2f2b1911b02bb05 (diff) | |
download | libtasn1-e4c605d4c575d9f56f44970fdf3bee567b8fac18.tar.gz libtasn1-e4c605d4c575d9f56f44970fdf3bee567b8fac18.tar.bz2 libtasn1-e4c605d4c575d9f56f44970fdf3bee567b8fac18.zip |
Indent code.
Diffstat (limited to 'src/asn1Decoding.c')
-rw-r--r-- | src/asn1Decoding.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/asn1Decoding.c b/src/asn1Decoding.c index c1f0876..2fa97a9 100644 --- a/src/asn1Decoding.c +++ b/src/asn1Decoding.c @@ -34,9 +34,9 @@ /* This feature is available in gcc versions 2.5 and later. */ #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5) -# define ATTR_NO_RETRUN +#define ATTR_NO_RETRUN #else -# define ATTR_NO_RETRUN __attribute__ ((__noreturn__)) +#define ATTR_NO_RETRUN __attribute__ ((__noreturn__)) #endif ATTR_NO_RETRUN static void |