| Index: presubmit_support.py
|
| diff --git a/presubmit_support.py b/presubmit_support.py
|
| index 58129c1e4ac4dd7293be1301ff57f0b41870b8b1..1368665ed6ba34c276a266bf2bffd71440e42681 100755
|
| --- a/presubmit_support.py
|
| +++ b/presubmit_support.py
|
| @@ -469,7 +469,7 @@ class SvnAffectedFile(AffectedFile):
|
| def Property(self, property_name):
|
| if not property_name in self._properties:
|
| self._properties[property_name] = gcl.GetSVNFileProperty(
|
| - self.AbsoluteLocalPath(), property_name)
|
| + self.AbsoluteLocalPath(), property_name).rstrip()
|
| return self._properties[property_name]
|
|
|
| def IsTextFile(self):
|
|
|