Skip to content

Commit 4a77dcd

Browse files
authored
Fix some whitespace around the cpplint error
1 parent 58f7fa8 commit 4a77dcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,5 +261,5 @@ cpplint: Makefile.am
261261
if FOUND_CPPLINT
262262
cpplint --filter=$(CPP_LINT_FILTER) $(CPP_LINT_FILES)
263263
else
264-
$(error cpplint not found. Install forked cpplint (e.g. via pip for the latest version) and re-run configure.)
264+
$(error cpplint not found. Install the forked cpplint (e.g. via pip for the latest version) and re-run configure.)
265265
endif

0 commit comments

Comments
 (0)