summaryrefslogtreecommitdiffhomepage
path: root/patch/bar_vtcolors.c
diff options
context:
space:
mode:
Diffstat (limited to 'patch/bar_vtcolors.c')
-rw-r--r--patch/bar_vtcolors.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/patch/bar_vtcolors.c b/patch/bar_vtcolors.c
index 2002985..7c66e2d 100644
--- a/patch/bar_vtcolors.c
+++ b/patch/bar_vtcolors.c
@@ -65,4 +65,5 @@ int get_luminance(char *r)
}
return (0.299 * n[0] + 0.587 * n[1] + 0.114 * n[2]) / 2.55;
-} \ No newline at end of file
+}
+