summaryrefslogtreecommitdiff
path: root/src/udev/udevadm-settle.c
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2014-07-30 09:46:35 -0400
committerAnthony G. Basile <blueness@gentoo.org>2014-07-30 09:46:35 -0400
commit65af29f3f7c43cdcc73fc224cfbf3e1ccbd9dd60 (patch)
tree3c7e0ca062f4e118378880cc857d071c9ab8920f /src/udev/udevadm-settle.c
parent471a5f341168cff3f07474b7c4a88779bdd8ca1d (diff)
udev: place opening { at the same line as the function declaration
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/udev/udevadm-settle.c')
-rw-r--r--src/udev/udevadm-settle.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/udev/udevadm-settle.c b/src/udev/udevadm-settle.c
index 9cb98c3260..26dd8a97a5 100644
--- a/src/udev/udevadm-settle.c
+++ b/src/udev/udevadm-settle.c
@@ -44,8 +44,7 @@ static void help(void) {
" -h,--help\n\n");
}
-static int adm_settle(struct udev *udev, int argc, char *argv[])
-{
+static int adm_settle(struct udev *udev, int argc, char *argv[]) {
static const struct option options[] = {
{ "seq-start", required_argument, NULL, '\0' }, /* removed */
{ "seq-end", required_argument, NULL, '\0' }, /* removed */