[CalendarServer-changes] [6129] CalendarServer/trunk/support/patchapply

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 18 19:37:04 PDT 2010


Revision: 6129
          http://trac.macosforge.org/projects/calendarserver/changeset/6129
Author:   cdaboo at apple.com
Date:     2010-08-18 19:37:03 -0700 (Wed, 18 Aug 2010)
Log Message:
-----------
Remove tabs.

Modified Paths:
--------------
    CalendarServer/trunk/support/patchapply

Modified: CalendarServer/trunk/support/patchapply
===================================================================
--- CalendarServer/trunk/support/patchapply	2010-08-19 02:34:22 UTC (rev 6128)
+++ CalendarServer/trunk/support/patchapply	2010-08-19 02:37:03 UTC (rev 6129)
@@ -43,10 +43,10 @@
     # Iterate over each patch file in the patches directory
     path = os.path.join(libpatches, project)
     if os.path.exists(path):
-	    for file in os.listdir(path):
-	        fpath = os.path.join(path, file)
-	        if os.path.isfile(fpath) and fpath.endswith(".patch"):
-	            applypatch(project, fpath)
+        for file in os.listdir(path):
+            fpath = os.path.join(path, file)
+            if os.path.isfile(fpath) and fpath.endswith(".patch"):
+                applypatch(project, fpath)
 
 if __name__ == "__main__":
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100818/c65542b1/attachment.html>


More information about the calendarserver-changes mailing list