Fix comment.
[pintos-anon] / src / tests / filesys / extended / tar.c
index a5818616b4b2afe80921987fe2236bcec3b72c46..6f70d973e0b022be4b6128a0d96d9e687c09fbbc 100644 (file)
@@ -192,8 +192,8 @@ write_header (const char *file_name,
 
   memset (header, 0, sizeof header);
 
-/* Drop confusing and possibly dangerous prefixes from
-   FILE_NAME. */
+  /* Drop confusing and possibly dangerous prefixes from
+     FILE_NAME. */
   while (*file_name == '/'
          || !memcmp (file_name, "./", 2)
          || !memcmp (file_name, "../", 3))