Fixed cpplint warnings.

This commit is contained in:
Florian Pose
2026-08-11 15:55:24 +02:00
parent ae2cf49ede
commit 827129d707
2 changed files with 6 additions and 4 deletions
+2
View File
@@ -1,7 +1,9 @@
filter=-build/header_guard
filter=-build/include_subdir
filter=-build/include_what_you_use
filter=-build/namespaces
filter=-readability/braces
filter=-readability/casting
filter=-readability/multiline_comment
filter=-runtime/int
filter=-runtime/printf
+4 -4
View File
@@ -58,11 +58,11 @@ string CommandSoeWrite::helpString(const string &binaryBaseName) const
<< " Bit 11 - 0: Data block number" << endl
<< " or a string like 'P-0-150'." << endl
<< " VALUE is the value to write (see below)." << endl
<< endl
<< "The VALUE argument is interpreted as the given data type" << endl
<< "(--type is mandatory) and written to the selected slave." << endl
<< endl
<< typeInfo()
<< "The VALUE argument is interpreted as the given data type" << endl
<< "(--type is mandatory) and written to the selected slave." << endl
<< endl
<< typeInfo()
<< endl
<< "Command-specific options:" << endl
<< " --alias -a <alias>" << endl