From 85ca6803c472c5a90973e625cf146640d137a8cc Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 29 May 2009 15:10:25 -0700 Subject: [PATCH] Run Nindent on com32/lib/sys/cfarcall.c Automatically reformat com32/lib/sys/cfarcall.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/sys/cfarcall.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/com32/lib/sys/cfarcall.c b/com32/lib/sys/cfarcall.c index 7c681fc..fca818b 100644 --- a/com32/lib/sys/cfarcall.c +++ b/com32/lib/sys/cfarcall.c @@ -4,8 +4,7 @@ #include -int __cfarcall(uint16_t cs, uint16_t ip, - const void *stack, uint32_t stack_size) +int __cfarcall(uint16_t cs, uint16_t ip, const void *stack, uint32_t stack_size) { - return __com32.cs_cfarcall((cs << 16)+ip, stack, stack_size); + return __com32.cs_cfarcall((cs << 16) + ip, stack, stack_size); } -- 2.7.4