commit 101b4f823dfba334524ef46990d60885e9bff477
Author: Evan Gates <[email protected]>
Date: Tue Oct 20 10:13:02 2015 -0700
add `` around __VA_ARGS__ so it's code not bold
diff --git a/suckless.org/coding_style.md b/suckless.org/coding_style.md
index 779cb8d..179dd21 100644
--- a/suckless.org/coding_style.md
+++ b/suckless.org/coding_style.md
@@ -35,7 +35,7 @@ C Features
* Do not use for loop initial declarations
* Use `/* */` for comments, not `//`
* Variadic macros are acceptable, but remember
- * __VA_ARGS__ not a named parameter
+ * `__VA_ARGS__` not a named parameter
* Arg list cannot be empty
Blocks