diff options
author | Bill Richardson <wfrichar@chromium.org> | 2016-10-07 09:53:11 -0700 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2016-10-07 16:47:02 -0700 |
commit | 1e930f49c8b6c673f6efc421a08a9d2e8b550f4f (patch) | |
tree | 6d66dfd3ad79f8608574c21a4945b5d6f7937316 /PRESUBMIT.cfg | |
parent | 3f6232f2d3de13425c56be4847efd880a414b476 (diff) | |
download | chrome-ec-1e930f49c8b6c673f6efc421a08a9d2e8b550f4f.tar.gz |
Put a newline at the end of PRESUBMIT.cfg
Every time I run "cat PRESUBMIT.cfg" to see what's in here, it
annoys me that there's no newline at the end. This adds one.
BUG=none
BRANCH=none
TEST=make buildall
Just adding whitespace; no functional change.
Change-Id: I7629312c987696fd6c7bbc986ad63222186729c0
Signed-off-by: Bill Richardson <wfrichar@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/395347
Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'PRESUBMIT.cfg')
-rw-r--r-- | PRESUBMIT.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT.cfg b/PRESUBMIT.cfg index bf39804563..57b98a6b1a 100644 --- a/PRESUBMIT.cfg +++ b/PRESUBMIT.cfg @@ -11,4 +11,4 @@ checkpatch_check: --no-tree --ignore=MSLEEP,VOLATILE [Hook Scripts] hook0 = util/presubmit_check.sh 2>&1 -hook1 = util/config_option_check.py 2>&1
\ No newline at end of file +hook1 = util/config_option_check.py 2>&1 |