summaryrefslogtreecommitdiffstats
path: root/tools/lvm2cmd.c
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2010-07-09 15:34:40 +0000
committerAlasdair Kergon <agk@redhat.com>2010-07-09 15:34:40 +0000
commit08f1ddea6c5d3679fe44e8fef73e8c8f3b11d705 (patch)
tree71a0e07016fc9b9e447521ace11040c052cdfcd2 /tools/lvm2cmd.c
parent3e404aea3a8aef79d8e8b39743f55efc8f7bca04 (diff)
downloadlvm2-08f1ddea6c5d3679fe44e8fef73e8c8f3b11d705.tar.gz
lvm2-08f1ddea6c5d3679fe44e8fef73e8c8f3b11d705.tar.xz
lvm2-08f1ddea6c5d3679fe44e8fef73e8c8f3b11d705.zip
Use __attribute__ consistently throughout.
Diffstat (limited to 'tools/lvm2cmd.c')
-rw-r--r--tools/lvm2cmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lvm2cmd.c b/tools/lvm2cmd.c
index a8d09bf1..1e1e059c 100644
--- a/tools/lvm2cmd.c
+++ b/tools/lvm2cmd.c
@@ -20,8 +20,8 @@ void *lvm2_init(void)
return cmdlib_lvm2_init(0);
}
-int lvm_shell(struct cmd_context *cmd __attribute((unused)),
- struct cmdline_context *cmdline __attribute((unused)))
+int lvm_shell(struct cmd_context *cmd __attribute__((unused)),
+ struct cmdline_context *cmdline __attribute__((unused)))
{
return 0;
}