From cf3ee7c2a5adc88493f3a597a967bfcff369777f Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Mon, 3 Apr 2017 15:42:26 -0700 Subject: Want: change enum constants to ALL_UPPER --- toolsrc/include/StatusParagraph.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'toolsrc/include') diff --git a/toolsrc/include/StatusParagraph.h b/toolsrc/include/StatusParagraph.h index 44d9034f5..bc2766aa2 100644 --- a/toolsrc/include/StatusParagraph.h +++ b/toolsrc/include/StatusParagraph.h @@ -15,12 +15,12 @@ namespace vcpkg enum class Want { - error, - unknown, - install, - hold, - deinstall, - purge + ERROR_STATE, + UNKNOWN, + INSTALL, + HOLD, + DEINSTALL, + PURGE }; struct StatusParagraph -- cgit v1.2.3