Skip to content

Commit c2ba397

Browse files
Update cpp.json (rafamadriz#493)
1 parent aea9940 commit c2ba397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/cpp/cpp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
},
157157
"#ifdef": {
158158
"prefix": "#ifdef",
159-
"body": ["#ifdef ${1:DEBUG}", "$0", "#endif // ${DEBUG}"],
159+
"body": ["#ifdef ${1:DEBUG}", "$0", "#endif // $1"],
160160
"description": "Code snippet for #ifdef"
161161
},
162162
"#ifndef": {

0 commit comments

Comments
 (0)