diff options
author | okan | 2016-12-06 21:59:33 +0000 |
---|---|---|
committer | okan | 2016-12-06 21:59:33 +0000 |
commit | b8454619a8fb11bcba893d94f1d0b329987e2b89 (patch) | |
tree | 3ebf7add52e884fbda71230cf607b0034d94815b /conf.c | |
parent | 282cc4b1b068884308cccec1d615640fbbe6d9f7 (diff) | |
download | cwm-b8454619a8fb11bcba893d94f1d0b329987e2b89.tar.gz |
stray newlines
Diffstat (limited to 'conf.c')
-rw-r--r-- | conf.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: conf.c,v 1.229 2016/12/06 15:03:13 okan Exp $ + * $OpenBSD: conf.c,v 1.230 2016/12/06 21:59:33 okan Exp $ */ #include <sys/types.h> @@ -374,6 +374,7 @@ conf_cmd_remove(struct conf *c, const char *name) } } } + void conf_autogroup(struct conf *c, int num, const char *name, const char *class) { |