[augeas-devel] [PATCH 2/3] Grub: NFC fix whitespace errors introduced by 4e09d15

Matthew Booth mbooth at redhat.com
Tue Aug 27 14:24:49 UTC 2013


Kill tabs!
---
 lenses/grub.aug            | 6 +++---
 lenses/tests/test_grub.aug | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lenses/grub.aug b/lenses/grub.aug
index 548a409..27caba3 100644
--- a/lenses/grub.aug
+++ b/lenses/grub.aug
@@ -102,8 +102,8 @@ module Grub =
      *  This is a shell-only directive in upstream grub; the grub versions
      *  in at least Fedora/RHEL use this to find devices for UEFI boot *)
     let device =
-	  [ command "device" "" . Sep.space . store /\([A-Za-z0-9_.-]+\)/ . spc .
-		  [ label "file" . value_to_eol ] . Util.eol ]
+      [ command "device" "" . Sep.space . store /\([A-Za-z0-9_.-]+\)/ . spc .
+        [ label "file" . value_to_eol ] . Util.eol ]
 
     (* View: color *)
     let color =
@@ -150,7 +150,7 @@ module Grub =
                      | terminal
                      | password_arg
                      | color
-		     | device
+                     | device
                      | setkey
 
     (* View: title *)
diff --git a/lenses/tests/test_grub.aug b/lenses/tests/test_grub.aug
index a79ded9..1a90ef4 100644
--- a/lenses/tests/test_grub.aug
+++ b/lenses/tests/test_grub.aug
@@ -51,7 +51,7 @@ title othermenu
     { "#comment" = "initrd /initrd-version.img" }
     { "#comment" = "boot=/dev/sda" }
     { "device"   = "(hd0)"
-	    { "file" = "HD(1,800,64000,9895c137-d4b2-4e3b-a93b-dc9ac4)" } }
+        { "file" = "HD(1,800,64000,9895c137-d4b2-4e3b-a93b-dc9ac4)" } }
     { "password" = "$1$M9NLj$p2gs87vwNv48BUu.wAfVw0"
         { "md5" } }
     { "default" = "0" }
-- 
1.8.3.1




More information about the augeas-devel mailing list