]> jfr.im git - solanum.git/blobdiff - extensions/example_module.c
sasl: reformat the other messages consistently
[solanum.git] / extensions / example_module.c
index 86623296da868df650e231ff4387902061dbc33c..f30bac3069ad988a48662326ae41a7c2e544b69b 100644 (file)
@@ -94,7 +94,7 @@ mapi_clist_av1 test_clist[] = { &test_msgtab, NULL };
  * terminated with NULLs.
  */
 int doing_example_hook;
-mapi_hlist_av1 test_hlist[] = { 
+mapi_hlist_av1 test_hlist[] = {
        { "doing_example_hook", &doing_example_hook, },
        { NULL, NULL }
 };