From b92ffe7dacd1c2143cd7492d1941f828f6462207 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 29 May 2009 15:10:23 -0700 Subject: [PATCH] Run Nindent on com32/lib/exit.c Automatically reformat com32/lib/exit.c using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin --- com32/lib/exit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com32/lib/exit.c b/com32/lib/exit.c index 68ff5f8..ccd6f1e 100644 --- a/com32/lib/exit.c +++ b/com32/lib/exit.c @@ -33,9 +33,9 @@ #include -extern __noreturn (*__exit_handler)(int); +extern __noreturn(*__exit_handler) (int); __noreturn exit(int rv) { - __exit_handler(rv); + __exit_handler(rv); } -- 2.7.4