mirror of https://github.com/citusdata/citus.git
Indent
parent
852db8f2f9
commit
3d9f40d22a
|
@ -647,6 +647,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)
|
||||||
|
@ -668,6 +669,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