OSDN Git Service

[tests] Trivial coding style fixes around the tests code
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 20 Apr 2007 03:37:07 +0000 (00:37 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 20 Apr 2007 03:37:07 +0000 (00:37 -0300)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
libparted/tests/label.c

index 4d04753..fe3b971 100644 (file)
@@ -44,7 +44,7 @@ START_TEST (test_create_label)
                 /* Try to read the label */
                 disk = ped_disk_new (dev);
                 fail_if (!disk,
-                        "Failed to read the just created label of type: %s",
+                         "Failed to read the just created label of type: %s",
                          type->name);
                 ped_disk_destroy (disk);
         }