aboutsummaryrefslogtreecommitdiffstats
path: root/src/manager
diff options
context:
space:
mode:
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);
};
/**