formatting
This commit is contained in:
Executable → Regular
@@ -112,7 +112,7 @@ bool parseTopic(const string& topic, vector<string>* strs, vector<string>* field
|
|||||||
static char* replaceSecret(char *arg) {
|
static char* replaceSecret(char *arg) {
|
||||||
char* ret = strdup(arg);
|
char* ret = strdup(arg);
|
||||||
int cnt = 0;
|
int cnt = 0;
|
||||||
while (*arg && cnt++<256) {
|
while (*arg && cnt++ < 256) {
|
||||||
*arg++ = ' ';
|
*arg++ = ' ';
|
||||||
}
|
}
|
||||||
return ret;
|
return ret;
|
||||||
|
|||||||
Reference in New Issue
Block a user