updated for version 7.3.845
Problem: Enum indenting is not tested.
Solution: Add tests. (Hong Xu)
diff --git a/src/testdir/test3.in b/src/testdir/test3.in
index abb7750..a754394 100644
--- a/src/testdir/test3.in
+++ b/src/testdir/test3.in
Binary files differ
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;
diff --git a/src/version.c b/src/version.c
index 17241fd..83c044d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 845,
+/**/
844,
/**/
843,