[Parted-commits] GNU Parted Official Repository: Changes to 'master'

Otavio Salvador otavio at alioth.debian.org
Fri Apr 20 03:38:20 UTC 2007


 libparted/tests/label.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5c438aee9b6fc699b5e4bb9adcbe2ed13c87f202
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Fri Apr 20 00:37:07 2007 -0300

    [tests] Trivial coding style fixes around the tests code
    
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

diff --git a/libparted/tests/label.c b/libparted/tests/label.c
index 4d04753..fe3b971 100644
--- a/libparted/tests/label.c
+++ b/libparted/tests/label.c
@@ -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);
         }



More information about the Parted-commits mailing list