Skip to content

Commit

Permalink
Update cpp.json (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkushRoy-code authored Oct 7, 2024
1 parent aea9940 commit c2ba397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/cpp/cpp.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
},
"#ifdef": {
"prefix": "#ifdef",
"body": ["#ifdef ${1:DEBUG}", "$0", "#endif // ${DEBUG}"],
"body": ["#ifdef ${1:DEBUG}", "$0", "#endif // $1"],
"description": "Code snippet for #ifdef"
},
"#ifndef": {
Expand Down

0 comments on commit c2ba397

Please sign in to comment.