]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Align whitespace
authorRoy Marples <roy@marples.name>
Thu, 30 Apr 2020 20:30:01 +0000 (21:30 +0100)
committerRoy Marples <roy@marples.name>
Thu, 30 Apr 2020 20:30:01 +0000 (21:30 +0100)
src/if-options.h

index 888056992d78a3f76d093e3e9d1d069b19d1ed9b..cf93c2a0a58ce24d62bb8e9ae7ff6f98e40e39ab 100644 (file)
 #define O_INFORM6              O_BASE + 45
 #define O_LASTLEASE_EXTEND     O_BASE + 46
 #define O_INACTIVE             O_BASE + 47
-#define        O_MUDURL                O_BASE + 48
-#define        O_MSUSERCLASS           O_BASE + 49
-#define        O_CHROOT                O_BASE + 50
+#define O_MUDURL               O_BASE + 48
+#define O_MSUSERCLASS          O_BASE + 49
+#define O_CHROOT               O_BASE + 50
 
 extern const struct option cf_options[];