Fix formatting of C/C++ debug snippet
This commit is contained in:
parent
5f7b05aab0
commit
054507cdff
@ -163,7 +163,7 @@ int main(${1:int argc, const char* argv[]}) {
|
||||
endsnippet
|
||||
|
||||
snippet debug "Debug fprintf"
|
||||
fprintf(stderr, "%s: %d: %s\n", __FILE__, __LINE__, __PRETTY_FUNCTION__);
|
||||
fprintf(stderr, "%s:%d: %s\n", __FILE__, __LINE__, __PRETTY_FUNCTION__);
|
||||
endsnippet
|
||||
|
||||
snippet bs "bool string"
|
||||
|
Loading…
x
Reference in New Issue
Block a user