aboutsummaryrefslogtreecommitdiffstats
path: root/include/iobuf.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2003-05-21 18:23:46 +0000
committerDavid Shaw <[email protected]>2003-05-21 18:23:46 +0000
commitf73e7d4606c5ec97a9deb189a41ec8d38660879a (patch)
treed34be704ef35f3101eb210bc6b35a6c585e9398b /include/iobuf.h
parent* sign.c (write_plaintext_packet) (diff)
downloadgnupg-f73e7d4606c5ec97a9deb189a41ec8d38660879a.tar.gz
gnupg-f73e7d4606c5ec97a9deb189a41ec8d38660879a.zip
* cipher.h, i18n.h, iobuf.h, memory.h, mpi.h, types.h, util.h: Edit all
preprocessor instructions to remove whitespace before the '#'. This is not required by C89, but there are some compilers out there that don't like it.
Diffstat (limited to 'include/iobuf.h')
-rw-r--r--include/iobuf.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/iobuf.h b/include/iobuf.h
index f94cf4d28..9ae774207 100644
--- a/include/iobuf.h
+++ b/include/iobuf.h
@@ -72,11 +72,11 @@ struct iobuf_struct {
};
#ifndef EXTERN_UNLESS_MAIN_MODULE
- #if defined (__riscos__) && !defined (INCLUDED_BY_MAIN_MODULE)
- #define EXTERN_UNLESS_MAIN_MODULE extern
- #else
- #define EXTERN_UNLESS_MAIN_MODULE
- #endif
+#if defined (__riscos__) && !defined (INCLUDED_BY_MAIN_MODULE)
+#define EXTERN_UNLESS_MAIN_MODULE extern
+#else
+#define EXTERN_UNLESS_MAIN_MODULE
+#endif
#endif
EXTERN_UNLESS_MAIN_MODULE int iobuf_debug_mode;