summary refs log tree commit diff
diff options
context:
space:
mode:
authorokan <okan>2013-04-17 13:31:47 +0000
committerokan <okan>2013-04-17 13:31:47 +0000
commit1dbcc394aed6f7e4161ab065516128fa94bd0149 (patch)
tree84703069b923fa1578b0abf70104f3a568a67852
parenta899d267fe78dbbb923c8626528973f8e6b65bae (diff)
downloadcwm-1dbcc394aed6f7e4161ab065516128fa94bd0149.tar.gz
cwm-1dbcc394aed6f7e4161ab065516128fa94bd0149.tar.xz
cwm-1dbcc394aed6f7e4161ab065516128fa94bd0149.zip
zap extra space
-rw-r--r--conf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index 7303768..06d4e1c 100644
--- a/conf.c
+++ b/conf.c
@@ -39,7 +39,6 @@ void
 conf_cmd_add(struct conf *c, char *image, char *label)
 {
 	/* "term" and "lock" have special meanings. */
-
 	if (strcmp(label, "term") == 0)
 		(void)strlcpy(c->termpath, image, sizeof(c->termpath));
 	else if (strcmp(label, "lock") == 0)