]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - docs/CODING_STYLE.md
docs: make it pretty
[thirdparty/systemd.git] / docs / CODING_STYLE.md
index bf7ba3ea69c75594c2c8b3f544bdf35f858691f4..9e480a649ef82cda6740e3bee67523802c8d5cc5 100644 (file)
@@ -1,5 +1,7 @@
 ---
 title: Coding Style
+category: Contributing
+layout: default
 ---
 
 # Coding Style
@@ -236,7 +238,7 @@ title: Coding Style
   p = foobar_unref(p);
   ```
 
-  which will always work regardless if `p` is initialized or not,x and
+  which will always work regardless if `p` is initialized or not, and
   guarantees that `p` is `NULL` afterwards, all in just one line.
 
 ## Error Handling