create directories branches, tags, trunk
[lttv.git] / ltt-usertrace / sample.c
index b5ef44923740f34ab0899dfc225853ceb9479210..70bb8a2e84947eb48049415aa7635527196bf4dc 100644 (file)
@@ -11,9 +11,9 @@ int main(int argc, char **argv)
 {
        printf("Will trace the following string : \"Hello world! Have a nice day.\"\n");
        printf("every second.\n");
-  printf("Abort with CTRL-C.\n");
-  printf("No file is created with this example : it logs through a kernel\n");
-  printf("system call. See the LTTng lttctl command to start tracing.\n");
+       printf("Abort with CTRL-C.\n");
+       printf("No file is created with this example : it logs through a kernel\n");
+       printf("system call. See the LTTng lttctl command to start tracing.\n");
 
        while(1) {
                trace_user_generic_string("Hello world! Have a nice day.");
This page took 0.023335 seconds and 4 git commands to generate.