From 59b5e0e5aa3bda8ecea90060673a3fbaad01a7b4 Mon Sep 17 00:00:00 2001 From: Macoy Madson Date: Thu, 24 Sep 2020 08:32:24 -0700 Subject: [PATCH] Remove commented code --- src/Writer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Writer.cpp b/src/Writer.cpp index e681bc6..0117ccf 100644 --- a/src/Writer.cpp +++ b/src/Writer.cpp @@ -304,8 +304,6 @@ static void writeStringOutput(const NameStyleSettings& nameSettings, Writer_Writef(state, ";\n"); ++state.currentLine; } - - // printIndentation(/*isCloseBlockLine=*/false, formatSettings, state); } else if (outputOperation.modifiers & StringOutMod_ListSeparator) Writer_Writef(state, ", ");