summaryrefslogtreecommitdiff
path: root/src/charon/plugins/sql/sql_logger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charon/plugins/sql/sql_logger.h')
-rw-r--r--src/charon/plugins/sql/sql_logger.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charon/plugins/sql/sql_logger.h b/src/charon/plugins/sql/sql_logger.h
index 3636c2293..a933705da 100644
--- a/src/charon/plugins/sql/sql_logger.h
+++ b/src/charon/plugins/sql/sql_logger.h
@@ -35,11 +35,11 @@ struct sql_logger_t {
* Implements bus_listener_t interface
*/
listener_t listener;
-
+
/**
* Destry the backend.
*/
- void (*destroy)(sql_logger_t *this);
+ void (*destroy)(sql_logger_t *this);
};
/**