Index: git_cl.py |
diff --git a/git_cl.py b/git_cl.py |
index b94be71c872a5c1db9679662fa49cd01da227c58..88953f9243638b67c5349f6dee04db016da0cf1d 100755 |
--- a/git_cl.py |
+++ b/git_cl.py |
@@ -3086,7 +3086,7 @@ def CMDformat(parser, args): |
top_dir = os.path.normpath( |
RunGit(["rev-parse", "--show-toplevel"]).rstrip('\n')) |
- # Locate the clang-format binary in the checkout |
+ # Locate the clang-format binary in the checkout. |
try: |
clang_format_tool = clang_format.FindClangFormatToolInChromiumTree() |
except clang_format.NotFoundError, e: |