remove extra spaces (#3804)
authorRong Tao <32674962+Rtoax@users.noreply.github.com>
Mon, 10 Jan 2022 16:01:50 +0000 (00:01 +0800)
committerGitHub <noreply@github.com>
Mon, 10 Jan 2022 16:01:50 +0000 (08:01 -0800)
remove extra spaces

libbpf-tools/klockstat.c

index 55b4fcf..b1cac63 100644 (file)
@@ -14,7 +14,7 @@
 #include <errno.h>
 #include <signal.h>
 #include <stdio.h>
-#ifndef _GNU_SOURCE                                                                                                            
+#ifndef _GNU_SOURCE
 #define _GNU_SOURCE
 #endif
 #include <stdlib.h>