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