[NFC] Fix cpplint warning
This commit is contained in:
parent
ed633a1daa
commit
619ecba5bc
|
|
@ -15,7 +15,7 @@
|
|||
#ifdef TEST_LIB
|
||||
|
||||
void set(char *a) {
|
||||
strcpy(a, "hello");
|
||||
sprintf(a, "hello");
|
||||
}
|
||||
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in New Issue