mirror of https://github.com/citusdata/citus.git
Indent
parent
508ee987e6
commit
b86f2b5607
|
@ -717,6 +717,7 @@ ExtractTopComment(const char *inputString)
|
||||||
return commentData->data;
|
return commentData->data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* EscapeCommentChars adds a backslash before each occurrence of '*' or '/' in the input string */
|
/* EscapeCommentChars adds a backslash before each occurrence of '*' or '/' in the input string */
|
||||||
static char *
|
static char *
|
||||||
EscapeCommentChars(const char *str)
|
EscapeCommentChars(const char *str)
|
||||||
|
@ -738,6 +739,7 @@ EscapeCommentChars(const char *str)
|
||||||
return escapedString->data;
|
return escapedString->data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* UnescapeCommentChars removes the backslash that precedes '*' or '/' in the input string. */
|
/* UnescapeCommentChars removes the backslash that precedes '*' or '/' in the input string. */
|
||||||
static char *
|
static char *
|
||||||
UnescapeCommentChars(const char *str)
|
UnescapeCommentChars(const char *str)
|
||||||
|
|
Loading…
Reference in New Issue