From b4a12697c5b4dfeff5ea22a030ace322b87d593e Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Thu, 28 Jul 2011 00:32:04 +0300 Subject: [PATCH] Options.cxx: Style changes --- Options.cxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Options.cxx b/Options.cxx index 6a36ac9..8c433b0 100644 --- a/Options.cxx +++ b/Options.cxx @@ -38,15 +38,14 @@ _init Options::Options(const Options& o) _init { - _swap (o); + _swap(o); } #undef _init -Options& -Options::operator=(const Options& o) +Options& Options::operator=(const Options& o) { - if (this != &o) _swap (o); + if (this != &o) _swap(o); return *this; } -- 2.11.4.GIT