From 2247f30c87c9f4be098c05d66adafb5289328cde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Mon, 24 Aug 2015 15:30:26 +0200 Subject: [PATCH] Fixed indentation after a merge error --- src/octoprint/util/comm.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/octoprint/util/comm.py b/src/octoprint/util/comm.py index 1dfbfb54..a29d2ef0 100644 --- a/src/octoprint/util/comm.py +++ b/src/octoprint/util/comm.py @@ -1529,10 +1529,10 @@ class MachineCom(object): # fetch command and optional linenumber from queue command, linenumber, command_type = entry - # some firmwares (e.g. Smoothie) might support additional in-band communication that will not - # stick to the acknowledgement behaviour of GCODE, so we check here if we have a GCODE command - # at hand here and only clear our clear_to_send flag later if that's the case - gcode = gcode_command_for_cmd(command) + # some firmwares (e.g. Smoothie) might support additional in-band communication that will not + # stick to the acknowledgement behaviour of GCODE, so we check here if we have a GCODE command + # at hand here and only clear our clear_to_send flag later if that's the case + gcode = gcode_command_for_cmd(command) if linenumber is not None: # line number predetermined - this only happens for resends, so we'll use the number and