Whitespace
authorGreg Hudson <ghudson@mit.edu>
Wed, 13 Oct 2010 17:20:36 +0000 (17:20 +0000)
committerGreg Hudson <ghudson@mit.edu>
Wed, 13 Oct 2010 17:20:36 +0000 (17:20 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24454 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/get_in_tkt.c

index ab5f8ab8309c265028ceaddb0ab8a28145926a0c..71d1e127fdfc21e7ecbb82e35953fc7354e43f19 100644 (file)
@@ -823,10 +823,12 @@ krb5_init_creds_init(krb5_context context,
     ctx->start_time = start_time;
 
     if (options == NULL) {
-        /* We initialize a non-extended options because that way the shadowed
-        flag will be sent and they will be freed when the init_creds context is
-        freed. The options will be extended and copied off the stack into
-        storage by opt_to_opte.*/
+        /*
+         * We initialize a non-extended options because that way the shadowed
+         * flag will be sent and they will be freed when the init_creds context
+         * is freed. The options will be extended and copied off the stack into
+         * storage by opt_to_opte.
+         */
         krb5_get_init_creds_opt_init(&local_opts);
         options = &local_opts;
     }
@@ -1179,7 +1181,7 @@ init_creds_step_request(krb5_context context,
         goto cleanup;
 
 cleanup:
-    krb5_free_pa_data( context, ctx->request->padata);
+    krb5_free_pa_data(context, ctx->request->padata);
     ctx->request->padata = NULL;
     return code;
 }