]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/journal/catalog.c
tree-wide: make ++/-- usage consistent WRT spacing
[thirdparty/systemd.git] / src / journal / catalog.c
index 72c2da10f15d4921e1d0a1453d3c9cb491a9ceda..886f6efd8bd2da917f24b75c36c6843accdfd56a 100644 (file)
@@ -217,7 +217,7 @@ int catalog_file_lang(const char* filename, char **lang) {
 
         beg = end - 1;
         while (beg > filename && *beg != '.' && *beg != '/' && end - beg < 32)
-                beg --;
+                beg--;
 
         if (*beg != '.' || end <= beg + 1)
                 return 0;