common CHANGE move enumerations of YANG_POSITION and YANG_VALUE closer to each other
diff --git a/src/common.h b/src/common.h
index 3ca8856..c3cf922 100644
--- a/src/common.h
+++ b/src/common.h
@@ -285,7 +285,6 @@
     YANG_OUTPUT,
     YANG_PATH,
     YANG_PATTERN,
-    YANG_POSITION,
     YANG_PREFIX,
     YANG_PRESENCE,
     YANG_RANGE,
@@ -302,6 +301,7 @@
     YANG_UNIQUE,
     YANG_UNITS,
     YANG_USES,
+    YANG_POSITION,
     YANG_VALUE,
     YANG_WHEN,
     YANG_YANG_VERSION,