Added missing space after comma, according to Google style guidelines "whitespace/comma"
This commit is contained in:
parent
fcb798d466
commit
3d05f2d510
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
#include <string>
|
||||
#include "common/Strings.h"
|
||||
#ifdef _WINDOWS
|
||||
#define strtok_r(s,d,p) strtok_s(s,d,p)
|
||||
#define strtok_r(s, d, p) strtok_s(s, d, p)
|
||||
#endif
|
||||
|
||||
int ProtocolIkea::methods() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue