[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: do not indent labels
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: do not indent labels |
Date: |
Mon, 16 Sep 2019 21:36:34 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 65349f5c1 do not indent labels
65349f5c1 is described below
commit 65349f5c1bbd7ffdf798224689d247a03bf5e3cb
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Sep 16 21:34:38 2019 +0200
do not indent labels
---
contrib/uncrustify.cfg | 2 +-
src/curl/curl_reschedule.c | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/contrib/uncrustify.cfg b/contrib/uncrustify.cfg
index 6ced05d7a..f56c8e732 100644
--- a/contrib/uncrustify.cfg
+++ b/contrib/uncrustify.cfg
@@ -4,7 +4,7 @@ output_tab_size = 2
indent_columns = 2
indent_with_tabs = 0
indent_case_brace = 2
-indent_label=0
+indent_label=-16
code_width=80
#cmd_width=80
diff --git a/src/curl/curl_reschedule.c b/src/curl/curl_reschedule.c
index 8232fa800..c0dc30c95 100644
--- a/src/curl/curl_reschedule.c
+++ b/src/curl/curl_reschedule.c
@@ -92,6 +92,7 @@ clean_result (void *response)
json_decref (response);
}
+
/**
* Initialize reschedule context.
*
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: do not indent labels,
gnunet <=