From: Sunzen Wang Date: Thu, 14 May 2009 09:24:04 +0000 (+0200) Subject: Fix inconsistent indentation for including header file in aux_syscalls.stp. X-Git-Tag: release-0.9.8~89 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=4315a3e938ac70ae9ab435cc609b8291a93feaf4;p=systemtap.git Fix inconsistent indentation for including header file in aux_syscalls.stp. * tapset/aux_syscalls.stp: Don't indent #include . --- diff --git a/tapset/aux_syscalls.stp b/tapset/aux_syscalls.stp index 009b0532d..9cb7a3df8 100644 --- a/tapset/aux_syscalls.stp +++ b/tapset/aux_syscalls.stp @@ -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 +// Needed for the following four functions +// _struct_utimbuf_actime, _struct_utimbuf_modtime, +// _struct_compat_utimbuf_actime, _struct_compat_utimbuf_modtime +#include %} // Returns the value of the actime field of a utimbuf in user space