gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: update clang-format


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: update clang-format
Date: Tue, 16 Apr 2019 12:47:40 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new b929e294b update clang-format
b929e294b is described below

commit b929e294b336d2627919f423d3cafd938ed75d8c
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Tue Apr 16 12:47:33 2019 +0200

    update clang-format
---
 contrib/conf/editors/clang-format    | 2 +-
 src/reclaim/gnunet-service-reclaim.c | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/contrib/conf/editors/clang-format 
b/contrib/conf/editors/clang-format
index ff9333612..d4e90ad90 100644
--- a/contrib/conf/editors/clang-format
+++ b/contrib/conf/editors/clang-format
@@ -9,7 +9,7 @@ AlignEscapedNewlines: Left
 AlignOperands:   true
 AlignTrailingComments: false
 AllowAllArgumentsOnNextLine: false
-AllowAllParametersOfDeclarationOnNextLine: true
+AllowAllParametersOfDeclarationOnNextLine: false
 AllowShortBlocksOnASingleLine: false
 AllowShortCaseLabelsOnASingleLine: false
 AllowShortFunctionsOnASingleLine: All
diff --git a/src/reclaim/gnunet-service-reclaim.c 
b/src/reclaim/gnunet-service-reclaim.c
index 9d4bcd967..014d87586 100644
--- a/src/reclaim/gnunet-service-reclaim.c
+++ b/src/reclaim/gnunet-service-reclaim.c
@@ -1274,7 +1274,8 @@ ticket_iter_cb (void *cls, struct GNUNET_RECLAIM_Ticket 
*ticket)
 
 static void
 handle_ticket_iteration_start (
-  void *cls, const struct TicketIterationStartMessage *tis_msg)
+  void *cls,
+  const struct TicketIterationStartMessage *tis_msg)
 {
   struct IdpClient *client = cls;
   struct TicketIteration *ti;

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]