diff options
Diffstat (limited to 'mgmtd/mgmt.c')
-rw-r--r-- | mgmtd/mgmt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mgmtd/mgmt.c b/mgmtd/mgmt.c index 8d4164306..fe0357e7e 100644 --- a/mgmtd/mgmt.c +++ b/mgmtd/mgmt.c @@ -15,9 +15,9 @@ #include "mgmtd/mgmt_history.h" #include "mgmtd/mgmt_memory.h" -struct debug mgmt_debug_be = {.desc = "Management backend adapater"}; +struct debug mgmt_debug_be = { .desc = "Management backend adapter" }; struct debug mgmt_debug_ds = {.desc = "Management datastore"}; -struct debug mgmt_debug_fe = {.desc = "Management frontend adapater"}; +struct debug mgmt_debug_fe = { .desc = "Management frontend adapter" }; struct debug mgmt_debug_txn = {.desc = "Management transaction"}; /* MGMTD process wide configuration. */ |