summaryrefslogtreecommitdiffstats
path: root/serial/port.c
diff options
context:
space:
mode:
Diffstat (limited to 'serial/port.c')
-rw-r--r--serial/port.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/serial/port.c b/serial/port.c
index b12a2645..6d82c632 100644
--- a/serial/port.c
+++ b/serial/port.c
@@ -145,7 +145,7 @@ static DBusHandlerResult port_get_name(DBusConnection *conn,
DBusMessage *reply;
const char *pname;
char *name = NULL;
-
+
reply = dbus_message_new_method_return(msg);
if (!reply)
return DBUS_HANDLER_RESULT_NEED_MEMORY;