Skip to content

Commit

Permalink
Whitespace.
Browse files Browse the repository at this point in the history
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24479 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
ghudson committed Oct 24, 2010
1 parent 2d7d54a commit 0bebd7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/include/k5-int.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion src/lib/krb5/krb/init_ctx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bebd7f

Please sign in to comment.