aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/uci
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-09-04 14:58:05 +0200
committerMartin Willi <martin@strongswan.org>2009-09-04 15:00:19 +0200
commitb9b8a98f472aed6c60dd992ad97776eaa188ea9e (patch)
tree23d2a960db77b4e30ab985c9a00bd99d0950ef0e /src/charon/plugins/uci
parent323f9f990fb28583bfaaaad04f9934c0f0e62052 (diff)
downloadstrongswan-b9b8a98f472aed6c60dd992ad97776eaa188ea9e.tar.bz2
strongswan-b9b8a98f472aed6c60dd992ad97776eaa188ea9e.tar.xz
remove spaces within tabs (\t( )+\t)
Diffstat (limited to 'src/charon/plugins/uci')
-rw-r--r--src/charon/plugins/uci/uci_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/plugins/uci/uci_parser.c b/src/charon/plugins/uci/uci_parser.c
index 76019a3b4..6de55d218 100644
--- a/src/charon/plugins/uci/uci_parser.c
+++ b/src/charon/plugins/uci/uci_parser.c
@@ -93,7 +93,7 @@ static bool section_enumerator_enumerate(section_enumerator_t *this, ...)
{
value = va_arg(args, char**);
if (value && uci_lookup(this->ctx, &element, this->package,
- this->current->name, this->keywords[i]) == UCI_OK)
+ this->current->name, this->keywords[i]) == UCI_OK)
{
*value = uci_to_option(element)->value;
}