aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/ipc.c
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2011-12-13 07:32:47 +0100
committerSimon Busch <morphis@gravedo.de>2011-12-15 05:25:58 +0100
commit3c57bfe02af406aef8d2cdf514c5434b5e65490b (patch)
tree51ed4648a55ebb8adff511b84afd1444582a0878 /samsung-ipc/ipc.c
parent00de0ea41d609aa883bb26e574ded1b22baacffb (diff)
downloadexternal_libsamsung-ipc-3c57bfe02af406aef8d2cdf514c5434b5e65490b.zip
external_libsamsung-ipc-3c57bfe02af406aef8d2cdf514c5434b5e65490b.tar.gz
external_libsamsung-ipc-3c57bfe02af406aef8d2cdf514c5434b5e65490b.tar.bz2
Use correct indentation
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'samsung-ipc/ipc.c')
-rw-r--r--samsung-ipc/ipc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/samsung-ipc/ipc.c b/samsung-ipc/ipc.c
index 7f460bc..511d7d8 100644
--- a/samsung-ipc/ipc.c
+++ b/samsung-ipc/ipc.c
@@ -70,7 +70,7 @@ struct ipc_client* ipc_client_new(int client_type)
client->ops = ops;
client->handlers = (struct ipc_handlers *) malloc(sizeof(struct ipc_handlers));
client->log_handler = log_handler_default;
-memcpy(client->handlers, &ipc_default_handlers, sizeof(struct ipc_handlers));
+ memcpy(client->handlers, &ipc_default_handlers, sizeof(struct ipc_handlers));
return client;
}
@@ -244,4 +244,3 @@ int ipc_client_recv(struct ipc_client *client, struct ipc_message_info *response
}
// vim:ts=4:sw=4:expandtab
-