Fix tabbing in prototypes. (Just to clear up a conflict)
authorTheodore Tso <tytso@mit.edu>
Mon, 25 Sep 1995 20:52:20 +0000 (20:52 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 25 Sep 1995 20:52:20 +0000 (20:52 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6858 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/gssapi/krb5/gssapiP_krb5.h

index 097f280df0b1b53d5944039072774b12a169b2f5..6b350e2932632e146fd865f0accb28412479d7bd 100644 (file)
@@ -169,12 +169,12 @@ OM_uint32 kg_unseal PROTOTYPE((krb5_context context,
                    int toktype));
 
 OM_uint32 kg_seal_size PROTOTYPE((krb5_context context,
-       OM_uint32 *minor_status,
-    gss_ctx_id_t context_handle,
-    int conf_req_flag,
-    gss_qop_t qop_req,
-    OM_uint32 output_size,
-    OM_uint32 *input_size));
+                                 OM_uint32 *minor_status,
+                                 gss_ctx_id_t context_handle,
+                                 int conf_req_flag,
+                                 gss_qop_t qop_req,
+                                 OM_uint32 output_size,
+                                 OM_uint32 *input_size));
 
 krb5_error_code
 kg_ser_context_init PROTOTYPE((krb5_context));