From e1fa4a088dd95caef22045f905a9d5d22b71bef0 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 24 Jan 2017 21:50:39 -0500 Subject: Whitespace changes --- generator/notion.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'generator/notion.h') diff --git a/generator/notion.h b/generator/notion.h index cc64c48..6e38497 100644 --- a/generator/notion.h +++ b/generator/notion.h @@ -23,7 +23,7 @@ namespace verbly { // Mutators void incrementNumOfImages(); - + void setPrepositionGroups(std::list groups); // Accessors @@ -37,7 +37,7 @@ namespace verbly { { return partOfSpeech_; } - + bool hasWnid() const { return hasWnid_; @@ -58,12 +58,12 @@ namespace verbly { return numOfImages_; } - + std::list getPrepositionGroups() const { // Calling code should always check that the notion is a preposition first. assert(partOfSpeech_ == part_of_speech::preposition); - + return prepositionGroups_; } -- cgit 1.4.1