aboutsummaryrefslogtreecommitdiff
path: root/src/chat
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
commitcddbdf5b928c68ab71b40c950b9f01ea68a9fbdb (patch)
treeb704e00a3af618b2cd174a7f89514eaebd82a1cf /src/chat
parentbb4fc4f4007988874f910d4de5492f9629301641 (diff)
downloadgnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.tar.gz
gnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.zip
run indent twice, it alternates between two 'canonical' forms, also run whitespace remover
Diffstat (limited to 'src/chat')
-rw-r--r--src/chat/chat.c2
-rw-r--r--src/chat/gnunet-service-chat.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/chat/chat.c b/src/chat/chat.c
index fb47b6c15..b51d29b9c 100644
--- a/src/chat/chat.c
+++ b/src/chat/chat.c
@@ -626,7 +626,7 @@ GNUNET_CHAT_leave_room (struct GNUNET_CHAT_Room *chat_room)
626 * @param room_name name of the room 626 * @param room_name name of the room
627 * @param msg_options message options of the joining user 627 * @param msg_options message options of the joining user
628 * @param joinCallback function to call on successful join 628 * @param joinCallback function to call on successful join
629 * @param join_cls closure for joinCallback 629 * @param join_cls closure for joinCallback
630 * @param messageCallback which function to call if a message has 630 * @param messageCallback which function to call if a message has
631 * been received? 631 * been received?
632 * @param message_cls argument to callback 632 * @param message_cls argument to callback
diff --git a/src/chat/gnunet-service-chat.c b/src/chat/gnunet-service-chat.c
index e04d8d099..c41ec9095 100644
--- a/src/chat/gnunet-service-chat.c
+++ b/src/chat/gnunet-service-chat.c
@@ -20,7 +20,7 @@
20 20
21/** 21/**
22 * @file chat/gnunet-service-chat.c 22 * @file chat/gnunet-service-chat.c
23 * @brief service providing chat functionality 23 * @brief service providing chat functionality
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 * @author Vitaly Minko 25 * @author Vitaly Minko
26 */ 26 */