summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/src/command_line_arguments.c
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2016-01-01 01:45:23 -0500
committerMaxim Biro <nurupo.contributions@gmail.com>2016-01-01 20:29:24 -0500
commit5d9e40bbd3c5b278a93ac55ebcdda1f793c8bcdd (patch)
tree955a264fe4a200947432be5062a310570e5b4f10 /other/bootstrap_daemon/src/command_line_arguments.c
parent232488816eb68d2306f95bf30f003d9a044a7863 (diff)
Unify function comment style
Use doxygen java-style function comments already used in log.[c|h].
Diffstat (limited to 'other/bootstrap_daemon/src/command_line_arguments.c')
-rw-r--r--other/bootstrap_daemon/src/command_line_arguments.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/other/bootstrap_daemon/src/command_line_arguments.c b/other/bootstrap_daemon/src/command_line_arguments.c
index d364d329..d5f301ee 100644
--- a/other/bootstrap_daemon/src/command_line_arguments.c
+++ b/other/bootstrap_daemon/src/command_line_arguments.c
@@ -31,8 +31,10 @@
31#include <stdlib.h> 31#include <stdlib.h>
32#include <string.h> 32#include <string.h>
33 33
34// Prints --help message
35 34
35/**
36 * Prints --help message
37 */
36void print_help() 38void print_help()
37{ 39{
38 // 2 space ident 40 // 2 space ident