aboutsummaryrefslogtreecommitdiffstats
path: root/src/manager
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-09-04 14:50:23 +0200
committerMartin Willi <martin@strongswan.org>2009-09-04 14:50:23 +0200
commit323f9f990fb28583bfaaaad04f9934c0f0e62052 (patch)
tree99a9f789388077bd6b2d51516d45b5d0112e3c9c /src/manager
parent7daf5226b74e14a6e0f1a888b0be26f3d246f9f8 (diff)
downloadstrongswan-323f9f990fb28583bfaaaad04f9934c0f0e62052.tar.bz2
strongswan-323f9f990fb28583bfaaaad04f9934c0f0e62052.tar.xz
replaces four spaces by tabs, where appropriate
Diffstat (limited to 'src/manager')
-rw-r--r--src/manager/main.c2
-rw-r--r--src/manager/storage.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/manager/main.c b/src/manager/main.c
index 2db0f215a..9152f56ba 100644
--- a/src/manager/main.c
+++ b/src/manager/main.c
@@ -75,6 +75,6 @@ int main (int arc, char *argv[])
library_deinit();
- return 0;
+ return 0;
}
diff --git a/src/manager/storage.h b/src/manager/storage.h
index 5860d50ff..d8e8b7479 100644
--- a/src/manager/storage.h
+++ b/src/manager/storage.h
@@ -52,9 +52,9 @@ struct storage_t {
enumerator_t* (*create_gateway_enumerator)(storage_t *this, int user);
/**
- * Destroy a storage instance.
- */
- void (*destroy)(storage_t *this);
+ * Destroy a storage instance.
+ */
+ void (*destroy)(storage_t *this);
};
/**