From 9e7a5fa5efd7b182fe726c245b37bdbb7e745083 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 19 May 2010 21:49:57 +0000 Subject: Spacing nits. --- compat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compat.h') diff --git a/compat.h b/compat.h index 83ae841d..20e13137 100644 --- a/compat.h +++ b/compat.h @@ -1,4 +1,4 @@ -/* $Id: compat.h,v 1.22 2010-05-19 21:40:49 nicm Exp $ */ +/* $Id: compat.h,v 1.23 2010-05-19 21:49:57 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -42,7 +42,7 @@ typedef uint64_t u_int64_t; #else #include "compat/tree.h" #endif - + #ifdef HAVE_BITSTRING_H #include #else -- cgit