Fix whitespace alignment in a comment

This commit is contained in:
Sean Chittenden 2016-02-18 15:19:28 -08:00
parent d1ef4ec7e2
commit 74c8da079e
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ type Config struct {
// * deny - Deny all requests // * deny - Deny all requests
// * extend-cache - Ignore the cache expiration, and allow cached // * extend-cache - Ignore the cache expiration, and allow cached
// ACL's to be used to service requests. This // ACL's to be used to service requests. This
// is the default. If the ACL is not in the cache, // is the default. If the ACL is not in the cache,
// this acts like deny. // this acts like deny.
ACLDownPolicy string `mapstructure:"acl_down_policy"` ACLDownPolicy string `mapstructure:"acl_down_policy"`