aboutsummaryrefslogtreecommitdiff
path: root/src/extensions/extensions.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/extensions/extensions.c')
-rw-r--r--src/extensions/extensions.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/extensions/extensions.c b/src/extensions/extensions.c
index 33e03613..02137d31 100644
--- a/src/extensions/extensions.c
+++ b/src/extensions/extensions.c
@@ -309,7 +309,9 @@ TALER_extensions_load_manifests (
int critical;
const char *version;
json_t *config;
- struct TALER_Extension *extension = (struct TALER_Extension *)TALER_extensions_get_by_name (name);
+ struct TALER_Extension *extension = (struct
+ TALER_Extension *)
+ TALER_extensions_get_by_name (name);
if (NULL == extension)
{
@@ -332,7 +334,7 @@ TALER_extensions_load_manifests (
/* This _should_ work now */
if (GNUNET_OK !=
- extension->load_config ( extension, config))
+ extension->load_config (extension, config))
return GNUNET_SYSERR;
extension->enabled = true;