From 28eecd8965aedbd75727fb0797a2e7033d5c54ee Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 3 May 2006 17:32:15 -0700 Subject: Across-the-board stealth whitespace cleanup --- com32/libutil/ansiline.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'com32/libutil/ansiline.c') diff --git a/com32/libutil/ansiline.c b/com32/libutil/ansiline.c index f79d229f..7ca7ca0e 100644 --- a/com32/libutil/ansiline.c +++ b/com32/libutil/ansiline.c @@ -1,6 +1,6 @@ #ident "$Id$" /* ----------------------------------------------------------------------- * - * + * * Copyright 2004 H. Peter Anvin - All Rights Reserved * * Permission is hereby granted, free of charge, to any person @@ -11,10 +11,10 @@ * sell copies of the Software, and to permit persons to whom * the Software is furnished to do so, subject to the following * conditions: - * + * * The above copyright notice and this permission notice shall * be included in all copies or substantial portions of the Software. - * + * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -51,7 +51,7 @@ void console_ansi_std(void) fputs("\033[0m\033[20h", stdout); } -#else +#else #include #include @@ -68,7 +68,7 @@ static void __attribute__((destructor)) console_cleanup(void) fputs("\033[0m\033[20l", stdout); tcsetattr(0, TCSANOW, &original_termios_settings); } - + void console_ansi_std(void) { @@ -89,4 +89,3 @@ void console_ansi_std(void) } #endif - -- cgit