summaryrefslogtreecommitdiff
path: root/lib/int.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2012-03-19 10:14:19 +0100
committerSimon Josefsson <simon@josefsson.org>2012-03-19 10:14:19 +0100
commite4c605d4c575d9f56f44970fdf3bee567b8fac18 (patch)
tree8f2e4e80663f25be739760c5b15efb382ea34d66 /lib/int.h
parent8ab3a5231ef83834a17818edf2f2b1911b02bb05 (diff)
downloadlibtasn1-e4c605d4c575d9f56f44970fdf3bee567b8fac18.tar.gz
libtasn1-e4c605d4c575d9f56f44970fdf3bee567b8fac18.tar.bz2
libtasn1-e4c605d4c575d9f56f44970fdf3bee567b8fac18.zip
Indent code.
Diffstat (limited to 'lib/int.h')
-rw-r--r--lib/int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/int.h b/lib/int.h
index fcaf0d8..82de579 100644
--- a/lib/int.h
+++ b/lib/int.h
@@ -23,7 +23,7 @@
#define INT_H
#ifdef HAVE_CONFIG_H
-# include <config.h>
+#include <config.h>
#endif
#include <string.h>
@@ -33,7 +33,7 @@
#include <stdint.h>
#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
+#include <sys/types.h>
#endif
#include <libtasn1.h>