diff options
author | Omar Polo <op@omarpolo.com> | 2021-07-07 09:46:37 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-07-07 09:46:37 +0000 |
commit | a8a1f439210de9538b196c6bb5470c306379128c (patch) | |
tree | 53c25939117755a85860dab8670cc7faaad56635 /gmid.h | |
parent | 68ef1170922d8c457b529dd7f64dc207a3c8b5a3 (diff) |
style(9)-ify
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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; |