remove spaces before tabs at the beginning of lines (^( )+\t)

This commit is contained in:
Martin Willi
2009-09-04 15:02:11 +02:00
parent b9b8a98f47
commit 7b3814f75d
54 changed files with 174 additions and 174 deletions
+2 -2
View File
@@ -39,9 +39,9 @@
dispatcher_t *dispatcher;
your_global_context_implementation_t *global;
global = initialize_your_global_context();
global = initialize_your_global_context();
dispatcher = dispatcher_create(NULL, FALSE, 180,
dispatcher = dispatcher_create(NULL, FALSE, 180,
(context_constructor_t)your_session_context_create, global);
dispatcher->add_controller(dispatcher, your_controller1_create, param1);
dispatcher->add_controller(dispatcher, your_controller2_create, param2);