summaryrefslogtreecommitdiffstats
path: root/src/include/win-mac.h
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2009-10-31 00:48:38 +0000
committerTom Yu <tlyu@mit.edu>2009-10-31 00:48:38 +0000
commit02d6bcbc98a214e7aeaaa9f45f0db8784a7b743b (patch)
tree61b9147863cd8be3eff63903dc36cae168254bd5 /src/include/win-mac.h
parent162ab371748cba0cc6f172419bd6e71fa04bb878 (diff)
downloadkrb5-02d6bcbc98a214e7aeaaa9f45f0db8784a7b743b.tar.gz
krb5-02d6bcbc98a214e7aeaaa9f45f0db8784a7b743b.tar.xz
krb5-02d6bcbc98a214e7aeaaa9f45f0db8784a7b743b.zip
make mark-cstyle
make reindent git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23100 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/win-mac.h')
-rw-r--r--src/include/win-mac.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/include/win-mac.h b/src/include/win-mac.h
index f77cd2b419..4086487657 100644
--- a/src/include/win-mac.h
+++ b/src/include/win-mac.h
@@ -25,8 +25,8 @@
#else /* ! RES_ONLY */
-/* To ensure backward compatibility of the ABI use 32-bit time_t on
- * 32-bit Windows.
+/* To ensure backward compatibility of the ABI use 32-bit time_t on
+ * 32-bit Windows.
*/
#ifdef _KRB5_INT_H
#ifdef KRB5_GENERAL__
@@ -37,7 +37,7 @@
#error time_t has been defined as a 64-bit integer which is incompatible with Kerberos on this platform.
#endif /* _TIME_T_DEFINED */
#define _USE_32BIT_TIME_T
-#endif
+#endif
#endif
#define SIZEOF_INT 4
@@ -102,7 +102,7 @@ typedef _W64 int ssize_t;
#define HAVE_NETINET_IN_H
#define MSDOS_FILESYSTEM
-#define HAVE_STRING_H
+#define HAVE_STRING_H
#define HAVE_SRAND
#define HAVE_ERRNO
#define HAVE_STRDUP
@@ -154,7 +154,7 @@ typedef _W64 int ssize_t;
#endif
#define INI_KRB_REALMS "krb.realms" /* Location of krb.realms file */
#define DEF_KRB_REALMS "krb.realms" /* Default name for krb.realms file */
-#define INI_RECENT_LOGINS "Recent Logins"
+#define INI_RECENT_LOGINS "Recent Logins"
#define INI_LOGIN "Login"
#define HAS_VOID_TYPE
@@ -176,7 +176,7 @@ typedef _W64 int ssize_t;
/* Ugly. Microsoft, in stdc mode, doesn't support the low-level i/o
* routines directly. Rather, they only export the _<function> version.
- * The following defines works around this problem.
+ * The following defines works around this problem.
*/
#include <sys\types.h>
#include <sys\stat.h>