From: Greg Hudson Date: Sun, 24 Oct 2010 14:39:41 +0000 (+0000) Subject: Whitespace X-Git-Tag: krb5-1.10-alpha1~679 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c7b1fe7c6f1ab9887e8339a0c07f7e1cf279f588;p=krb5.git Whitespace git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24479 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/k5-int.h b/src/include/k5-int.h index a9dab94fc..5f081de36 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -3023,8 +3023,8 @@ krb5_error_code krb5int_parse_enctype_list(krb5_context context, char *profstr, 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 diff --git a/src/lib/krb5/krb/init_ctx.c b/src/lib/krb5/krb/init_ctx.c index 91ed6e1c7..49671d026 100644 --- a/src/lib/krb5/krb/init_ctx.c +++ b/src/lib/krb5/krb/init_ctx.c @@ -103,7 +103,8 @@ krb5_init_secure_context(krb5_context *context) * 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