]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - Build.c
Remove lots of unnecessary white space.
[thirdparty/mdadm.git] / Build.c
diff --git a/Build.c b/Build.c
index 317404af2e3d1b802a2fa59e1ce591c1ca6f66c9..da64dc8915f42e3feb1b3f62887c01f85dae7f7f 100644 (file)
--- a/Build.c
+++ b/Build.c
@@ -24,9 +24,9 @@
 
 #include "mdadm.h"
 
-#define REGISTER_DEV           _IO (MD_MAJOR, 1)
-#define START_MD               _IO (MD_MAJOR, 2)
-#define STOP_MD                _IO (MD_MAJOR, 3)
+#define REGISTER_DEV           _IO (MD_MAJOR, 1)
+#define START_MD               _IO (MD_MAJOR, 2)
+#define STOP_MD                        _IO (MD_MAJOR, 3)
 
 int Build(char *mddev, struct mddev_dev *devlist,
          struct shape *s, struct context *c)