From e1fa4a088dd95caef22045f905a9d5d22b71bef0 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 24 Jan 2017 21:50:39 -0500 Subject: Whitespace changes --- lib/binding.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lib/binding.h') diff --git a/lib/binding.h b/lib/binding.h index 7fbe20e..5578a09 100644 --- a/lib/binding.h +++ b/lib/binding.h @@ -12,9 +12,9 @@ namespace verbly { integer, string }; - + // Default constructor - + binding() { } @@ -37,22 +37,22 @@ namespace verbly { ~binding(); // Generic accessors - + type getType() const { return type_; } // Integer - + binding(int arg); - + int getInteger() const; // String - + binding(std::string arg); - + std::string getString() const; private: -- cgit 1.4.1