diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2015-10-23 08:02:14 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2015-10-23 08:02:14 +0000 |
commit | 694da91acb5c882ab023b0d72015962a4e2fb68d (patch) | |
tree | 64f91a84fb3fc55a368cc3c226f97f0cbc3164f4 /usr.bin/locate | |
parent | 2dc9fefc12fc552cc32e40fce859b607c884a4da (diff) |
undent includes, from michael reed
Diffstat (limited to 'usr.bin/locate')
-rw-r--r-- | usr.bin/locate/locate/locate.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/locate/locate/locate.c b/usr.bin/locate/locate/locate.c index fb686a4d382..ccb7ffcdb21 100644 --- a/usr.bin/locate/locate/locate.c +++ b/usr.bin/locate/locate/locate.c @@ -1,5 +1,5 @@ /* - * $OpenBSD: locate.c,v 1.27 2015/10/23 07:57:03 tedu Exp $ + * $OpenBSD: locate.c,v 1.28 2015/10/23 08:02:13 tedu Exp $ * * Copyright (c) 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin. * Copyright (c) 1989, 1993 @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: locate.c,v 1.27 2015/10/23 07:57:03 tedu Exp $ + * $Id: locate.c,v 1.28 2015/10/23 08:02:13 tedu Exp $ */ /* @@ -74,10 +74,10 @@ #include <unistd.h> #include <limits.h> -# include <sys/types.h> -# include <sys/stat.h> -# include <sys/mman.h> -# include <fcntl.h> +#include <sys/types.h> +#include <sys/stat.h> +#include <sys/mman.h> +#include <fcntl.h> #ifdef sun |