chiark / gitweb /
[PATCH] overall whitespace + debug text conditioning
[elogind.git] / namedev.h
index 56e6a96c03e25963c0a4283f485b8beb8dc3c2c5..5ea843e9b74d2645857c50ca00ab825830bf92d8 100644 (file)
--- a/namedev.h
+++ b/namedev.h
@@ -50,7 +50,6 @@ struct config_device {
        struct list_head node;
 
        enum config_type type;
-
        char bus[BUS_SIZE];
        char sysfs_file[FILE_SIZE];
        char sysfs_value[VALUE_SIZE];
@@ -58,7 +57,7 @@ struct config_device {
        char place[PLACE_SIZE];
        char kernel_name[NAME_SIZE];
        char exec_program[FILE_SIZE];
-       
+
        /* what to set the device to */
        char name[NAME_SIZE];
        char owner[OWNER_SIZE];