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/enums.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/enums.h') diff --git a/lib/enums.h b/lib/enums.h index b37be7b..e634959 100644 --- a/lib/enums.h +++ b/lib/enums.h @@ -2,7 +2,7 @@ #define ENUMS_H_260BA847 namespace verbly { - + enum class part_of_speech { noun = 0, adjective = 1, @@ -10,14 +10,14 @@ namespace verbly { verb = 3, preposition = 4 }; - + enum class positioning { undefined = -1, predicate = 0, attributive = 1, postnominal = 2 }; - + enum class inflection { base = 0, plural = 1, @@ -28,7 +28,7 @@ namespace verbly { ing_form = 6, s_form = 7 }; - + enum class object { undefined = -1, notion = 0, @@ -39,7 +39,7 @@ namespace verbly { form = 5, pronunciation = 6 }; - + }; #endif /* end of include guard: ENUMS_H_260BA847 */ -- cgit 1.4.1