diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-17 18:11:32 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-17 18:11:32 +0000 |
commit | d17ca583628738de2f82b146975342e5f16da78b (patch) | |
tree | 469e31b6b3c2d12aca4a5a93fe8e1e752626be3c /usr.sbin/bgpd/ensure.h | |
parent | 82b99a89e16ddf4a7c201c5e53c1eb78b421861f (diff) |
style
Diffstat (limited to 'usr.sbin/bgpd/ensure.h')
-rw-r--r-- | usr.sbin/bgpd/ensure.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/bgpd/ensure.h b/usr.sbin/bgpd/ensure.h index 5b17c6e194a..139e906c95a 100644 --- a/usr.sbin/bgpd/ensure.h +++ b/usr.sbin/bgpd/ensure.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ensure.h,v 1.1 2003/12/17 11:46:54 henning Exp $ */ +/* $OpenBSD: ensure.h,v 1.2 2003/12/17 18:11:31 henning Exp $ */ /* * Copyright (c) 2003 Claudio Jeker <cjeker@diehard.n-r-g.com> @@ -24,8 +24,7 @@ #if CHECK_ENSURE != 0 #define ENSURE(cond) \ - ((void) ((cond) || \ - (fatal_ensure(__FILE__, __LINE__, #cond), 0))) + ((void) ((cond) || (fatal_ensure(__FILE__, __LINE__, #cond), 0))) #else #define ENSURE(cond) #endif |