1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-02-01 16:33:02 +01:00

Indent nested cpp directives for better readability.

--
This commit is contained in:
Werner Koch 2012-11-06 17:44:11 +01:00
parent 5093bed275
commit 6209066437

View File

@ -21,8 +21,7 @@
#define G10_TYPES_H
#ifdef HAVE_INTTYPES_H
/* For uint64_t */
#include <inttypes.h>
# include <inttypes.h> /* For uint64_t */
#endif
/* The AC_CHECK_SIZEOF() in configure fails for some machines.