Clean-up: time: change space to tabs
[lttng-tools.git] / src / common / time.c
index 3a10447e96011e01a9079d9b23d6213af0aebd1b..d084a3fddbdb5c462e5246fb83b9c336c4b898e9 100644 (file)
@@ -88,7 +88,7 @@ int time_to_iso8601_str(time_t time, char *str, size_t len)
                goto end;
        }
 
-        tm_result = localtime_r(&time, &tm_storage);
+       tm_result = localtime_r(&time, &tm_storage);
        if (!tm_result) {
                ret = -1;
                PERROR("Failed to break down timestamp to tm structure");
This page took 0.022681 seconds and 4 git commands to generate.