tests/hghave
changeset 5143 fc6106267198
parent 5135 bf60e4bd6672
child 5144 6e040f6c2c9c
--- a/tests/hghave
+++ b/tests/hghave
@@ -73,7 +73,7 @@ if __name__ == '__main__':
         negate = feature.startswith('no-')
         if negate:
             feature = feature[3:]
-        
+
         if feature not in checks:
             error('hghave: unknown feature: ' + feature)
             continue