]> arthur.barton.de Git - netdata.git/blobdiff - src/old-and-tests/benchmark.c
cleanup: remove trailing spaces
[netdata.git] / src / old-and-tests / benchmark.c
index 7044489f6bc9c5670707b7fdf88976d4c952e714..bcf1b40fe7df0d1c24fd3a810b2e5a0f04a86b2c 100755 (executable)
@@ -91,7 +91,7 @@ char *fastfile_getline(fastfile *ff) {
 
        char *start = &ff->buffer[ff->cursor];
        char *s = start;
-       
+
        while(*s != '\n' && *s != '\0') s++;
        *s = '\0';
        ff->cursor += ( s - start + 1 );