No need to go past 80 characters for the define_get_version macro, so
fix up the indentation to not do so.
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
        struct gb_protocol_version_response response;   \
        int retval;                                     \
                                                        \
-       retval = gb_protocol_get_version(dev->connection,                       \
-                                        GB_##__protocol##_TYPE_PROTOCOL_VERSION,\
-                                        NULL, 0, &response,                    \
-                                        GB_##__protocol##_VERSION_MAJOR);      \
+       retval = gb_protocol_get_version(dev->connection,               \
+                               GB_##__protocol##_TYPE_PROTOCOL_VERSION,\
+                               NULL, 0, &response,                     \
+                               GB_##__protocol##_VERSION_MAJOR);       \
        if (retval)                                     \
                return retval;                          \
                                                        \