From: H. Peter Anvin Date: Fri, 29 May 2009 22:10:22 +0000 (-0700) Subject: Run Nindent on com32/lib/atexit.h X-Git-Tag: syslinux-3.83-pre2~349 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac6c20e427e3a33f07e060c232dab6d49f27cd50;p=platform%2Fupstream%2Fsyslinux.git Run Nindent on com32/lib/atexit.h Automatically reformat com32/lib/atexit.h using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin --- diff --git a/com32/lib/atexit.h b/com32/lib/atexit.h index b3aabaf..917beb5 100644 --- a/com32/lib/atexit.h +++ b/com32/lib/atexit.h @@ -8,9 +8,9 @@ #define ATEXIT_H struct atexit { - void (*fctn)(int, void *); - void *arg; /* on_exit() parameter */ - struct atexit *next; + void (*fctn) (int, void *); + void *arg; /* on_exit() parameter */ + struct atexit *next; }; #endif /* ATEXIT_H */