patch 8.2.2398: method test fails

Problem:    Method test fails.
Solution:   Adjust test for allowed white space.
diff --git a/src/version.c b/src/version.c
index f63f999..568756b3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2398,
+/**/
     2397,
 /**/
     2396,