updated for version 7.3.845
Problem:    Enum indenting is not tested.
Solution:   Add tests. (Hong Xu)
diff --git a/src/testdir/test3.ok b/src/testdir/test3.ok
index 011751b..d73a5e1 100644
--- a/src/testdir/test3.ok
+++ b/src/testdir/test3.ok
@@ -306,6 +306,20 @@
 	maybe
 } soppie;
 
+public static enum
+{
+	yes = 0,
+	no,
+	maybe
+} soppie;
+
+static private enum
+{
+	yes = 0,
+	no,
+	maybe
+} soppie;
+
 {
 	int a,
 		b;