]> sourceware.org Git - systemtap.git/commitdiff
Fix inconsistent indentation for including header file in aux_syscalls.stp.
authorSunzen Wang <sunzen@gmail.com>
Thu, 14 May 2009 09:24:04 +0000 (11:24 +0200)
committerMark Wielaard <mjw@redhat.com>
Thu, 14 May 2009 09:28:49 +0000 (11:28 +0200)
* tapset/aux_syscalls.stp: Don't indent #include <linux/utime.h>.

tapset/aux_syscalls.stp

index 009b0532dc03e5a384b07c2b30165fc9b56dfb89..9cb7a3df8eeba4dbc2e74291c58143d09ecf1ca6 100644 (file)
@@ -60,10 +60,10 @@ function _struct_timezone_u:string(uaddr:long)
 %} 
 
 %{
-       // Needed for the following four functions
-       // _struct_utimbuf_actime, _struct_utimbuf_modtime,
-       // _struct_compat_utimbuf_actime, _struct_compat_utimbuf_modtime
-       #include <linux/utime.h>
+// Needed for the following four functions
+// _struct_utimbuf_actime, _struct_utimbuf_modtime,
+// _struct_compat_utimbuf_actime, _struct_compat_utimbuf_modtime
+#include <linux/utime.h>
 %}
 
 // Returns the value of the actime field of a utimbuf in user space
This page took 0.030939 seconds and 5 git commands to generate.