aboutsummaryrefslogtreecommitdiff
path: root/vis.c
diff options
context:
space:
mode:
authorSilvan Jegen <s.jegen@gmail.com>2016-05-22 15:21:29 +0200
committerSilvan Jegen <s.jegen@gmail.com>2016-05-22 15:23:12 +0200
commit5af7a3fae401a978d3b7f92af230c102947d25be (patch)
tree0c1afea8733dbab26080f8a0c990536c2ef7939c /vis.c
parente8a28fa4f0f61848b5e7d7a0be81ac9e40d81f49 (diff)
downloadvis-5af7a3fae401a978d3b7f92af230c102947d25be.tar.gz
vis-5af7a3fae401a978d3b7f92af230c102947d25be.tar.xz
Add a newline at the end of the file
This is encouraged by the ISO C99 standard.
Diffstat (limited to 'vis.c')
-rw-r--r--vis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vis.c b/vis.c
index bfa197a..6d8febd 100644
--- a/vis.c
+++ b/vis.c
@@ -1416,4 +1416,4 @@ Win *vis_window(Vis *vis) {
bool vis_get_autoindent(const Vis *vis) {
return vis->autoindent;
-} \ No newline at end of file
+}