Fix trailing whitespace
authorNicolas Williams <nico@cryptonector.com>
Tue, 29 Nov 2011 20:50:44 +0000 (14:50 -0600)
committerNicolas Williams <nico@cryptonector.com>
Tue, 29 Nov 2011 20:50:44 +0000 (14:50 -0600)
lib/hdb/keys.c
lib/kadm5/set_keys.c

index a8acbcd6d3fbe9f470d68235c977cb3c19dbc138..cef8dcc2660effdfcc6229127e69d7bcfce9a57f 100644 (file)
@@ -600,7 +600,7 @@ krb5_error_code
 hdb_generate_key_set_password(krb5_context context,
                              krb5_principal principal,
                              const char *password,
-                             krb5_key_salt_tuple *ks_tuple, int n_ks_tuple, 
+                             krb5_key_salt_tuple *ks_tuple, int n_ks_tuple,
                              Key **keys, size_t *num_keys)
 {
     krb5_error_code ret;
index 691e948b7b9e6e53c5479114ad85da8ae53b1dc1..fe93f357615e17752e51375f260b1e1a6983b855 100644 (file)
@@ -53,7 +53,7 @@ _kadm5_set_keys(kadm5_server_context *context,
     ret = hdb_generate_key_set_password(context->context,
                                        ent->principal,
                                        password,
-                                       ks_tuple, n_ks_tuple, 
+                                       ks_tuple, n_ks_tuple,
                                        &keys, &num_keys);
     if (ret)
        return ret;
@@ -240,7 +240,7 @@ _kadm5_set_keys2(kadm5_server_context *context,
        if (ret)
            goto out;
     }
-    
     /*
      * A structure copy is more efficient here than this would be:
      *