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 /lib/version.c | |
parent | 8ab3a5231ef83834a17818edf2f2b1911b02bb05 (diff) | |
download | libtasn1-e4c605d4c575d9f56f44970fdf3bee567b8fac18.tar.gz libtasn1-e4c605d4c575d9f56f44970fdf3bee567b8fac18.tar.bz2 libtasn1-e4c605d4c575d9f56f44970fdf3bee567b8fac18.zip |
Indent code.
Diffstat (limited to 'lib/version.c')
-rw-r--r-- | lib/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/version.c b/lib/version.c index fb17223..83d70c9 100644 --- a/lib/version.c +++ b/lib/version.c @@ -20,7 +20,7 @@ */ #ifdef HAVE_CONFIG_H -# include <config.h> +#include <config.h> #endif #include <string.h> /* for strverscmp */ |