diff options
author | Christian Hesse <mail@eworm.de> | 2014-06-16 13:10:16 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-06-16 13:10:16 +0200 |
commit | 2cc322031d6cd0522e6b09737d17f85611fab542 (patch) | |
tree | 8e0e9d15a3310b6cb4b7397c191831a9d5645ce3 /pacredir.c | |
parent | d249a816740fe327eddba0021a6538dc25447417 (diff) | |
download | paccache-2cc322031d6cd0522e6b09737d17f85611fab542.tar.gz paccache-2cc322031d6cd0522e6b09737d17f85611fab542.tar.zst |
clean whitespace
Diffstat (limited to 'pacredir.c')
-rw-r--r-- | pacredir.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |