From 9d16f67d9e947bc9da237e0347e60ce6991a1ada Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Wed, 17 Jan 2001 08:48:39 +0000 Subject: Whitespace normalization. --- Tools/scripts/treesync.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Tools/scripts/treesync.py') diff --git a/Tools/scripts/treesync.py b/Tools/scripts/treesync.py index ded0b1707b..96beba0007 100755 --- a/Tools/scripts/treesync.py +++ b/Tools/scripts/treesync.py @@ -17,7 +17,7 @@ entry in the master tree are synchronized. This means: copy the slave to the master else (the master is newer): copy the master to the slave - + normalizing the slave means replacing CRLF with LF when the master doesn't use CRLF @@ -59,7 +59,7 @@ def main(): print "slavedir masterdir" return process(slave, master) - + def process(slave, master): cvsdir = os.path.join(master, "CVS") if not os.path.isdir(cvsdir): -- cgit v1.2.1