From 8703d9f5bfd8ded57f263fd4a1f70d121b656b03 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Tue, 15 Sep 2009 20:26:24 +0200 Subject: libreplace: white space cleanups --- lib/replace/system/filesys.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'lib/replace/system/filesys.h') diff --git a/lib/replace/system/filesys.h b/lib/replace/system/filesys.h index 1cf6f231b7..22e3d23f3e 100644 --- a/lib/replace/system/filesys.h +++ b/lib/replace/system/filesys.h @@ -1,16 +1,16 @@ #ifndef _system_filesys_h #define _system_filesys_h -/* +/* Unix SMB/CIFS implementation. filesystem system include wrappers Copyright (C) Andrew Tridgell 2004 - + ** NOTE! The following LGPL license applies to the replace ** library. This does NOT imply that all of Samba is released ** under the LGPL - + This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either @@ -53,23 +53,23 @@ #include #endif -#ifdef HAVE_SYS_FS_S5PARAM_H +#ifdef HAVE_SYS_FS_S5PARAM_H #include #endif #if defined (HAVE_SYS_FILSYS_H) && !defined (_CRAY) -#include +#include #endif #ifdef HAVE_SYS_STATFS_H # include #endif -#ifdef HAVE_DUSTAT_H +#ifdef HAVE_DUSTAT_H #include #endif -#ifdef HAVE_SYS_STATVFS_H +#ifdef HAVE_SYS_STATVFS_H #include #endif @@ -123,7 +123,7 @@ #endif /* Some POSIX definitions for those without */ - + #ifndef S_IFDIR #define S_IFDIR 0x4000 #endif -- cgit