[gparted] Minor cosmetic formatting change
- From: Curtis Gedak <gedakc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gparted] Minor cosmetic formatting change
- Date: Wed, 25 Aug 2010 16:34:24 +0000 (UTC)
commit 545a8583aa74264b20d94d046baed636a628c8ff
Author: Curtis Gedak <gedakc gmail com>
Date: Wed Aug 25 09:36:13 2010 -0600
Minor cosmetic formatting change
src/GParted_Core.cc | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/GParted_Core.cc b/src/GParted_Core.cc
index ab268bf..9342a2a 100644
--- a/src/GParted_Core.cc
+++ b/src/GParted_Core.cc
@@ -868,8 +868,9 @@ Glib::ustring GParted_Core::get_partition_path( PedPartition * lp_partition )
free(lp_path);
//Ensure partition path name is compatible with dmraid
- if (dmraid .is_dmraid_supported() && dmraid .is_dmraid_device(
- partition_path))
+ if ( dmraid .is_dmraid_supported()
+ && dmraid .is_dmraid_device( partition_path )
+ )
{
partition_path = dmraid .make_path_dmraid_compatible(partition_path);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]