From 4315a3e938ac70ae9ab435cc609b8291a93feaf4 Mon Sep 17 00:00:00 2001 From: Sunzen Wang Date: Thu, 14 May 2009 11:24:04 +0200 Subject: Fix inconsistent indentation for including header file in aux_syscalls.stp. * tapset/aux_syscalls.stp: Don't indent #include . --- tapset/aux_syscalls.stp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tapset/aux_syscalls.stp b/tapset/aux_syscalls.stp index 009b0532..9cb7a3df 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 -- cgit