svn rev #24479: trunk/src/ include/ lib/krb5/krb/

ghudson@MIT.EDU ghudson at MIT.EDU
Sun Oct 24 10:39:41 EDT 2010


http://src.mit.edu/fisheye/changelog/krb5/?cs=24479
Commit By: ghudson
Log Message:
Whitespace.


Changed Files:
U   trunk/src/include/k5-int.h
U   trunk/src/lib/krb5/krb/init_ctx.c
Modified: trunk/src/include/k5-int.h
===================================================================
--- trunk/src/include/k5-int.h	2010-10-24 14:25:07 UTC (rev 24478)
+++ trunk/src/include/k5-int.h	2010-10-24 14:39:41 UTC (rev 24479)
@@ -3023,8 +3023,8 @@
     krb5_set_error_message_fl(ctx, code, __FILE__, __LINE__, __VA_ARGS__)
 #endif
 void KRB5_CALLCONV_C
-krb5_set_error_message_fl (krb5_context ctx, krb5_error_code code,
-                           const char *file, int line, const char *fmt, ...)
+krb5_set_error_message_fl(krb5_context ctx, krb5_error_code code,
+                          const char *file, int line, const char *fmt, ...)
 #ifdef __GNUC__
     __attribute__((__format__(printf,5,6)))
 #endif

Modified: trunk/src/lib/krb5/krb/init_ctx.c
===================================================================
--- trunk/src/lib/krb5/krb/init_ctx.c	2010-10-24 14:25:07 UTC (rev 24478)
+++ trunk/src/lib/krb5/krb/init_ctx.c	2010-10-24 14:39:41 UTC (rev 24479)
@@ -103,7 +103,8 @@
      * get rid of this silliness.
      */
     int my_false = (krb5_brand[0] == 0);
-    return init_common (context, TRUE, my_false);
+
+    return init_common(context, TRUE, my_false);
 }
 
 krb5_error_code




More information about the cvs-krb5 mailing list