From f0791bbd7297e737d9e13d0b0bb21473b173b2a7 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 18 Aug 2011 14:48:38 -0400 Subject: Cleanup whitespace --- src/option.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/option.h') diff --git a/src/option.h b/src/option.h index eacc65d1..8f89d081 100644 --- a/src/option.h +++ b/src/option.h @@ -214,7 +214,7 @@ public: #define DECL1(type, name, vartype, var, value) \ vartype var ; \ name ## option_t() : option_t(#name), var(value) - + #define DO() virtual void handler_thunk(call_scope_t&) #define DO_(var) virtual void handler_thunk(call_scope_t& var) -- cgit v1.2.3