about summary refs log tree commit diff
path: root/other/pamvalidate.c
diff options
context:
space:
mode:
Diffstat (limited to 'other/pamvalidate.c')
-rw-r--r--other/pamvalidate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/pamvalidate.c b/other/pamvalidate.c
index a7b08b8e..613df736 100644
--- a/other/pamvalidate.c
+++ b/other/pamvalidate.c
@@ -74,7 +74,7 @@ main(int argc, const char * argv[]) {
 
         if (ferror(tmpfile))
             pm_error("Error reading from temporary file.  "
-                     "Incomplete output.  "    
+                     "Incomplete output.  "
                      "Errno = %s (%d)", strerror(errno), errno);
         else
             fwrite(buffer, 1, bytesReadCt, stdout);