libyang FORMATTING manual changes before applying source_format
diff --git a/src/common.c b/src/common.c
index 11a4b9b..fcde3d8 100644
--- a/src/common.c
+++ b/src/common.c
@@ -321,8 +321,7 @@
/**
* @brief Static table of the UTF8 characters lengths according to their first byte.
*/
-static const unsigned char
-utf8_char_length_table[] = {
+static const unsigned char utf8_char_length_table[] = {
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,