aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/settings.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-09-04 15:02:11 +0200
committerMartin Willi <martin@strongswan.org>2009-09-04 15:02:11 +0200
commit7b3814f75da7e760347742fe5af05bdb3a1b1f1c (patch)
treec9d6133a799de64859b0a411606785ce32c0e0b7 /src/libstrongswan/settings.h
parentb9b8a98f472aed6c60dd992ad97776eaa188ea9e (diff)
downloadstrongswan-7b3814f75da7e760347742fe5af05bdb3a1b1f1c.tar.bz2
strongswan-7b3814f75da7e760347742fe5af05bdb3a1b1f1c.tar.xz
remove spaces before tabs at the beginning of lines (^( )+\t)
Diffstat (limited to 'src/libstrongswan/settings.h')
-rw-r--r--src/libstrongswan/settings.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/libstrongswan/settings.h b/src/libstrongswan/settings.h
index f483c3d26..e10158f0b 100644
--- a/src/libstrongswan/settings.h
+++ b/src/libstrongswan/settings.h
@@ -37,17 +37,17 @@ typedef struct settings_t settings_t;
*
* E.g.:
* @code
- a = b
- section-one {
- somevalue = asdf
- subsection {
- othervalue = xxx
- }
- yetanother = zz
- }
- section-two {
- }
- @endcode
+ a = b
+ section-one {
+ somevalue = asdf
+ subsection {
+ othervalue = xxx
+ }
+ yetanother = zz
+ }
+ section-two {
+ }
+ @endcode
*
* The values are accesses using the get() functions using dotted keys, e.g.
* section-one.subsection.othervalue