mirror of https://github.com/citusdata/citus.git
Indent
parent
23f4406d7f
commit
5cd3c8ad11
|
@ -627,7 +627,8 @@ ExtractTopComment(const char *inputString)
|
|||
commentEndCharsIndex += commentStartCharsLength;
|
||||
while (inputString[commentEndCharsIndex] && commentEndCharsIndex <
|
||||
inputStringLen && !(inputString[commentEndCharsIndex] == '*' &&
|
||||
inputString[commentEndCharsIndex + 1] == '/'))
|
||||
inputString
|
||||
[commentEndCharsIndex + 1] == '/'))
|
||||
{
|
||||
commentEndCharsIndex++;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue