Added empty else for readability

Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
This commit is contained in:
Emmanuel Bigeon 2018-10-14 11:02:14 -04:00
parent 4e804325e6
commit bd44b5bf85

View File

@ -158,6 +158,8 @@ public final class GCLCConstants {
startIndex = index; startIndex = index;
} }
inString = startIndex == index - 1; inString = startIndex == index - 1;
} else {
// No special processing
} }
} }
if (startIndex < cmd.length()) { if (startIndex < cmd.length()) {