fix up for timezone.py whitespace cleanup

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Missing one level of indentation for Timezone.writeKS()

Ooops.
---
 timezone.py |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/timezone.py b/timezone.py
index 01ade8b..f29e9a7 100644
--- a/timezone.py
+++ b/timezone.py
@@ -27,10 +27,10 @@ log = logging.getLogger("anaconda")
 
 class Timezone:
     def writeKS(self, f):
-    f.write("timezone")
-    if self.utc:
-        f.write(" --utc")
-    f.write(" %s\n" % self.tz)
+        f.write("timezone")
+        if self.utc:
+            f.write(" --utc")
+        f.write(" %s\n" % self.tz)
 
     def write(self, instPath):
         # dont do this in test mode!
-- 
1.6.0.2

-- 
David Cantrell <dcantrell@xxxxxxxxxx>
Red Hat / Honolulu, HI

Attachment: pgpdao64xxkO6.pgp
Description: PGP signature

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux