1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-18 12:06:08 +00:00

Fixed an error emptying the reading buffer of the poller

Fixed identation

Fixed identation
This commit is contained in:
pablololo12 2019-01-28 13:34:56 +01:00 committed by setrofim
parent 4a9a2ad105
commit 7cd7b73f58
3 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ int main(int argc, char ** argv) {
strip(buf);
printf(",%s", buf);
buf[0] = '\0'; // "Empty" buffer
memset(buf, 0, sizeof(buf)); // "Empty" buffer
}
printf("\n");
usleep(interval);