aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-07-07 09:46:37 +0000
committerOmar Polo <op@omarpolo.com>2021-07-07 09:46:37 +0000
commita8a1f439210de9538b196c6bb5470c306379128c (patch)
tree53c25939117755a85860dab8670cc7faaad56635 /gmid.h
parent68ef1170922d8c457b529dd7f64dc207a3c8b5a3 (diff)
style(9)-ify
Diffstat (limited to 'gmid.h')
-rw-r--r--gmid.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gmid.h b/gmid.h
index 320cabf..97870df 100644
--- a/gmid.h
+++ b/gmid.h
@@ -123,9 +123,11 @@ struct vhost {
TAILQ_ENTRY(vhost) vhosts;
- /* the first location rule is always '*' and holds the default
+ /*
+ * the first location rule is always '*' and holds the default
* settings for the vhost, then follows the "real" location
- * rules as specified in the configuration. */
+ * rules as specified in the configuration.
+ */
struct lochead locations;
struct envhead env;