aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/xdiff/xutils.h
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-03-08 20:02:24 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-04-12 15:56:39 -0400
commit81db53edec57b05a3463cc8565e26df36d3d06f6 (patch)
treedde862046621290e8516f097b1bb03c70d1c175f /src/nvim/xdiff/xutils.h
parent46fdad255ead9ca484a6e512efe13b379b8fc8ab (diff)
downloadrneovim-81db53edec57b05a3463cc8565e26df36d3d06f6.tar.gz
rneovim-81db53edec57b05a3463cc8565e26df36d3d06f6.tar.bz2
rneovim-81db53edec57b05a3463cc8565e26df36d3d06f6.zip
vim-patch:8.1.2389: using old C style comments
Problem: Using old C style comments. Solution: Use // comments where appropriate. https://github.com/vim/vim/commit/707d226ac58da752ecc6b7620055fb1df3957a27
Diffstat (limited to 'src/nvim/xdiff/xutils.h')
-rw-r--r--src/nvim/xdiff/xutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/xdiff/xutils.h b/src/nvim/xdiff/xutils.h
index fba7bae03c..0bebd93022 100644
--- a/src/nvim/xdiff/xutils.h
+++ b/src/nvim/xdiff/xutils.h
@@ -44,4 +44,4 @@ int xdl_fall_back_diff(xdfenv_t *diff_env, xpparam_t const *xpp,
-#endif /* #if !defined(XUTILS_H) */
+#endif // #if !defined(XUTILS_H)