JANITORIAL: Fix indentation

This commit is contained in:
Adrian Frühwirth 2018-03-21 16:49:10 +01:00
parent 0749507a34
commit 976d31be68

View File

@ -110,10 +110,10 @@ enum VerbPreposition {
}; };
enum Part { enum Part {
kPartInit = 0, kPartInit = 0,
kPartOne = 1, kPartOne = 1,
kPartTwo = 2, kPartTwo = 2,
kPartThree = 3 kPartThree = 3
}; };
enum Location { enum Location {