aboutsummaryrefslogtreecommitdiff
path: root/src/util/getopt_helpers.c
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/util/getopt_helpers.c
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/util/getopt_helpers.c')
-rw-r--r--src/util/getopt_helpers.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/getopt_helpers.c b/src/util/getopt_helpers.c
index d0c8c0e6a..d050ec99c 100644
--- a/src/util/getopt_helpers.c
+++ b/src/util/getopt_helpers.c
@@ -163,7 +163,7 @@ OUTER:
163 * @param scls additional closure (will point to the 'int') 163 * @param scls additional closure (will point to the 'int')
164 * @param option name of the option 164 * @param option name of the option
165 * @param value not used (NULL) 165 * @param value not used (NULL)
166 * @return GNUNET_OK 166 * @return GNUNET_OK
167 */ 167 */
168int 168int
169GNUNET_GETOPT_increment_value (struct GNUNET_GETOPT_CommandLineProcessorContext 169GNUNET_GETOPT_increment_value (struct GNUNET_GETOPT_CommandLineProcessorContext
@@ -178,7 +178,7 @@ GNUNET_GETOPT_increment_value (struct GNUNET_GETOPT_CommandLineProcessorContext
178 178
179 179
180/** 180/**
181 * Set an option of type 'int' from the command line to 1 if the 181 * Set an option of type 'int' from the command line to 1 if the
182 * given option is present. 182 * given option is present.
183 * A pointer to this function should be passed as part of the 183 * A pointer to this function should be passed as part of the
184 * 'struct GNUNET_GETOPT_CommandLineOption' array to initialize options 184 * 'struct GNUNET_GETOPT_CommandLineOption' array to initialize options
@@ -189,7 +189,7 @@ GNUNET_GETOPT_increment_value (struct GNUNET_GETOPT_CommandLineProcessorContext
189 * @param scls additional closure (will point to the 'int') 189 * @param scls additional closure (will point to the 'int')
190 * @param option name of the option 190 * @param option name of the option
191 * @param value not used (NULL) 191 * @param value not used (NULL)
192 * @return GNUNET_OK 192 * @return GNUNET_OK
193 */ 193 */
194int 194int
195GNUNET_GETOPT_set_one (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx, 195GNUNET_GETOPT_set_one (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx,
@@ -214,7 +214,7 @@ GNUNET_GETOPT_set_one (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx,
214 * which will be allocated) 214 * which will be allocated)
215 * @param option name of the option 215 * @param option name of the option
216 * @param value actual value of the option (a string) 216 * @param value actual value of the option (a string)
217 * @return GNUNET_OK 217 * @return GNUNET_OK
218 */ 218 */
219int 219int
220GNUNET_GETOPT_set_string (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx, 220GNUNET_GETOPT_set_string (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx,