Added empty else for readability
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
This commit is contained in:
parent
4e804325e6
commit
bd44b5bf85
@ -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()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user