[U-Boot] [PATCH 2/8] patman: Add a missing space in GetMetaDataForList()
Simon Glass
sjg at chromium.org
Mon Mar 7 03:45:33 CET 2016
Fix this nit to keep the code consistent.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
tools/patman/patchstream.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/patman/patchstream.py b/tools/patman/patchstream.py
index 6d3c41f..27d031e 100644
--- a/tools/patman/patchstream.py
+++ b/tools/patman/patchstream.py
@@ -376,7 +376,7 @@ def GetMetaDataForList(commit_range, git_dir=None, count=None,
if not series:
series = Series()
series.allow_overwrite = allow_overwrite
- params = gitutil.LogCmd(commit_range,reverse=True, count=count,
+ params = gitutil.LogCmd(commit_range, reverse=True, count=count,
git_dir=git_dir)
stdout = command.RunPipe([params], capture=True).stdout
ps = PatchStream(series, is_log=True)
--
2.7.0.rc3.207.g0ac5344
More information about the U-Boot
mailing list