From 0e60ec478f984cff3753ff60115a0d426604f101 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Mon, 8 Apr 2002 22:23:41 +0000 Subject: minor indentation --- src/BaseDisplay.cc | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/src/BaseDisplay.cc b/src/BaseDisplay.cc index 984a9db..df07e2e 100644 --- a/src/BaseDisplay.cc +++ b/src/BaseDisplay.cc @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: BaseDisplay.cc,v 1.12 2002/04/04 11:28:19 fluxgen Exp $ +// $Id: BaseDisplay.cc,v 1.13 2002/04/08 22:23:41 fluxgen Exp $ // use GNU extensions #ifndef _GNU_SOURCE @@ -44,31 +44,30 @@ # include #endif // SHAPE - -#ifdef HAVE_FCNTL_H -# include +#ifdef HAVE_FCNTL_H +#include #endif // HAVE_FCNTL_H -#ifdef HAVE_STDIO_H -# include +#ifdef HAVE_STDIO_H +#include #endif // HAVE_STDIO_H -#ifdef STDC_HEADERS -# include -# include +#ifdef STDC_HEADERS +#include +#include #endif // STDC_HEADERS -#ifdef HAVE_UNISTD_H -# include -# include +#ifdef HAVE_UNISTD_H +#include +#include #endif // HAVE_UNISTD_H -#ifdef HAVE_SYS_SELECT_H -# include +#ifdef HAVE_SYS_SELECT_H +#include #endif // HAVE_SYS_SELECT_H -#ifdef HAVE_SIGNAL_H -# include +#ifdef HAVE_SIGNAL_H +#include #endif // HAVE_SIGNAL_H #ifndef SA_NODEFER -- cgit v0.11.2