]> granicus.if.org Git - linux-pam/blobdiff - dynamic/test.c
Fix whitespace issues
[linux-pam] / dynamic / test.c
index 35496fe46ce075a8935001cb3812fe800de9cec1..c633cfd70c6c212ab0a1d364350315d510f358f8 100644 (file)
@@ -16,8 +16,8 @@ int main(int argc, char **argv)
     }
 
     /* handle->XXX points to each of the PAM functions */
-    
-    
+
+
     if (dlclose(handle)) {
        fprintf(stderr, "failed to unload pam.so: %s\n", dlerror());
        exit(1);