]> sourceware.org Git - dm.git/commitdiff
whitespace
authorAlasdair Kergon <agk@redhat.com>
Tue, 20 Sep 2005 16:47:27 +0000 (16:47 +0000)
committerAlasdair Kergon <agk@redhat.com>
Tue, 20 Sep 2005 16:47:27 +0000 (16:47 +0000)
kernel/ioctl/dm-ioctl.h

index a0b69fd8dba5af22f2e831136e34e784e02bb252..66b8ceb987a192d3d3053d0a1fa7056d799a6bc8 100644 (file)
@@ -267,14 +267,16 @@ typedef char ioctl_struct[308];
 #define DM_TABLE_CLEAR   _IOWR(DM_IOCTL, DM_TABLE_CLEAR_CMD, struct dm_ioctl)
 #define DM_TABLE_DEPS    _IOWR(DM_IOCTL, DM_TABLE_DEPS_CMD, struct dm_ioctl)
 #define DM_TABLE_STATUS  _IOWR(DM_IOCTL, DM_TABLE_STATUS_CMD, struct dm_ioctl)
+
 #define DM_LIST_VERSIONS _IOWR(DM_IOCTL, DM_LIST_VERSIONS_CMD, struct dm_ioctl)
+
 #define DM_TARGET_MSG   _IOWR(DM_IOCTL, DM_TARGET_MSG_CMD, struct dm_ioctl)
+
 #define DM_VERSION_MAJOR       4
 #define DM_VERSION_MINOR       2
 #define DM_VERSION_PATCHLEVEL  0
 #define DM_VERSION_EXTRA       "-ioctl (2004-06-08)"
-  
+
 /* Status bits */
 #define DM_READONLY_FLAG       (1 << 0) /* In/Out */
 #define DM_SUSPEND_FLAG                (1 << 1) /* In/Out */
This page took 0.024766 seconds and 5 git commands to generate.