aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-06-16 13:10:16 +0200
committerGravatar Christian Hesse <mail@eworm.de>2014-06-16 13:10:16 +0200
commit2cc322031d6cd0522e6b09737d17f85611fab542 (patch)
tree8e0e9d15a3310b6cb4b7397c191831a9d5645ce3
parentd249a816740fe327eddba0021a6538dc25447417 (diff)
downloadpaccache-2cc322031d6cd0522e6b09737d17f85611fab542.tar.gz
paccache-2cc322031d6cd0522e6b09737d17f85611fab542.tar.zst
clean whitespace
-rw-r--r--pacredir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacredir.c b/pacredir.c
index 25a562c..37f346d 100644
--- a/pacredir.c
+++ b/pacredir.c
@@ -108,7 +108,7 @@ update:
tmphosts->pacserve.online = 1;
request.port = PORT_PACSERVE;
request.service = &tmphosts->pacserve;
- } else if (strcmp(type, PACDBSERVE) == 0) {
+ } else if (strcmp(type, PACDBSERVE) == 0) {
tmphosts->pacdbserve.online = 1;
request.port = PORT_PACDBSERVE;
request.service = &tmphosts->pacdbserve;