aboutsummaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2016-06-29 15:29:06 +0200
committerMarkus Armbruster <armbru@redhat.com>2016-07-12 16:20:46 +0200
commitdc747bb728b15440632104e5102da01f9a1fe082 (patch)
tree5f4210642a31d69cc0561ff052a141512cdf44f9 /main.h
parent2c15431d2d56894e2ee0c2c5624e0e21c08003ba (diff)
downloadslirp-2.7.0-rc0.zip
slirp-2.7.0-rc0.tar.gz
slirp-2.7.0-rc0.tar.bz2
Clean up decorations and whitespace around header guardsv2.7.0-rc1v2.7.0-rc0
Cleaned up with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'main.h')
-rw-r--r--main.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.h b/main.h
index 939b4c6..d825fb5 100644
--- a/main.h
+++ b/main.h
@@ -4,8 +4,9 @@
* Please read the file COPYRIGHT for the
* terms and conditions of the copyright.
*/
+
#ifndef SLIRP_MAIN_H
-#define SLIRP_MAIN_H 1
+#define SLIRP_MAIN_H
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>