summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/machine/rtems-bsd-rc-conf.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-05-18 15:20:36 +1000
committerChris Johns <chrisj@rtems.org>2016-05-18 15:20:36 +1000
commit05d47ae86564195cc47fba3e88c4284712cacd05 (patch)
tree8f0371809be7e5230a83922528ae9fa75071dd13 /rtemsbsd/include/machine/rtems-bsd-rc-conf.h
parentAdd rc.conf documentation. (diff)
downloadrtems-libbsd-05d47ae86564195cc47fba3e88c4284712cacd05.tar.bz2
Clean up whitespace.
Diffstat (limited to 'rtemsbsd/include/machine/rtems-bsd-rc-conf.h')
-rw-r--r--rtemsbsd/include/machine/rtems-bsd-rc-conf.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/rtemsbsd/include/machine/rtems-bsd-rc-conf.h b/rtemsbsd/include/machine/rtems-bsd-rc-conf.h
index 303d71a6..6a32189a 100644
--- a/rtemsbsd/include/machine/rtems-bsd-rc-conf.h
+++ b/rtemsbsd/include/machine/rtems-bsd-rc-conf.h
@@ -50,14 +50,14 @@ typedef struct rtems_bsd_rc_conf_ rtems_bsd_rc_conf;
* if the name matches directive's regular expression.
*/
typedef int (*rtems_bsd_rc_conf_directive)(rtems_bsd_rc_conf* rc_conf,
- int argc,
- const char** argv);
+ int argc,
+ const char** argv);
/*
* Register a directive handler.
*/
-extern int rtems_bsd_rc_conf_directive_add(const char* dir_regex,
- rtems_bsd_rc_conf_directive handler);
+extern int rtems_bsd_rc_conf_directive_add(const char* dir_regex,
+ rtems_bsd_rc_conf_directive handler);
/*
* Run an rc.conf script loaded into memory.
@@ -88,9 +88,9 @@ extern int rtems_bsd_rc_conf_line(rtems_bsd_rc_conf* rc_conf);
* Print the argv list. Helper for verbose modes.
*/
extern void rtems_bsd_rc_conf_print_cmd(rtems_bsd_rc_conf* rc_conf,
- const char* name,
- int argc,
- const char** argv);
+ const char* name,
+ int argc,
+ const char** argv);
#ifdef __cplusplus
}