Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2009-06-15 19:53:06 +0000
committereutarass2009-06-15 19:53:06 +0000
commite75725074488a10c8a59e60b95cb5d426357bd7d (patch)
tree9fc3b1a0240eb45a1f578cf74ba9a91fe3ac5ce7 /protocol.c
parentfb48ec5a875dcf74b87f3a8da5439b6fb35aea3f (diff)
downloadorg.eclipse.tcf.agent-e75725074488a10c8a59e60b95cb5d426357bd7d.tar.gz
org.eclipse.tcf.agent-e75725074488a10c8a59e60b95cb5d426357bd7d.tar.xz
org.eclipse.tcf.agent-e75725074488a10c8a59e60b95cb5d426357bd7d.zip
TCF Agent: Fixed source code indentation
Diffstat (limited to 'protocol.c')
-rw-r--r--protocol.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocol.c b/protocol.c
index d9704863..971114e9 100644
--- a/protocol.c
+++ b/protocol.c
@@ -349,8 +349,8 @@ void handle_protocol_message(Protocol * p, Channel * c) {
}
static void message_handler_old(Channel * c, char ** args, int nargs, void * client_data) {
- ProtocolMessageHandler handler = client_data;
- handler(c, args, nargs);
+ ProtocolMessageHandler handler = client_data;
+ handler(c, args, nargs);
}
void set_default_message_handler(Protocol *p, ProtocolMessageHandler handler) {

Back to the top