mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-16 18:34:17 +00:00
Removed final newline from snippet files.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#name : FILE *fp = fopen(..., ...);
|
||||
# --
|
||||
FILE *${fp} = fopen(${"file"}, "${r}");
|
||||
FILE *${fp} = fopen(${"file"}, "${r}");
|
||||
Reference in New Issue
Block a user