patch 9.0.0122: breakindent test fails

Problem:    Breakindent test fails.
Solution:   Fix condition.
diff --git a/src/version.c b/src/version.c
index af52ab8..aed14f0 100644
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    122,
+/**/
     121,
 /**/
     120,