Remove trailing whitespaces.
svn-id: r18604
This commit is contained in:
parent
86ab70b149
commit
6b4484472b
560 changed files with 11703 additions and 11703 deletions
|
@ -52,7 +52,7 @@ void hexdump(const byte * data, int len, int bytesPerLine) {
|
|||
offset += bytesPerLine;
|
||||
}
|
||||
|
||||
if (len <= 0)
|
||||
if (len <= 0)
|
||||
return;
|
||||
|
||||
printf("%06x: ", offset);
|
||||
|
@ -187,7 +187,7 @@ Platform parsePlatform(const String &str) {
|
|||
return kPlatformUnknown;
|
||||
|
||||
const char *s = str.c_str();
|
||||
|
||||
|
||||
// Handle some special case separately, for compatibility with old config
|
||||
// files.
|
||||
if (!strcmp(s, "1"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue