summaryrefslogtreecommitdiff
path: root/modules/cairo-linear-gradient.cpp
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2017-04-16 14:16:59 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2017-04-16 14:43:01 -0700
commit9e4169eba3f773dccb80ed089acd82fca1fa9722 (patch)
tree629e2c812830e6dbc64c562034b416ecd3c9e1ef /modules/cairo-linear-gradient.cpp
parentaa60fc5df9820dbef2fb0a4d42afd6ac0f612adb (diff)
downloadgjs-9e4169eba3f773dccb80ed089acd82fca1fa9722.tar.gz
maint: Use correct mode lines in all files
I finally figured out why my highlighting was always messed up; the mode lines in all these files said "C" whereas they were C++ or JS files. This was in such a blind spot that I even copied it to new files that I had created in the meantime... Unreviewed.
Diffstat (limited to 'modules/cairo-linear-gradient.cpp')
-rw-r--r--modules/cairo-linear-gradient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cairo-linear-gradient.cpp b/modules/cairo-linear-gradient.cpp
index a7104c1f..14a87ddf 100644
--- a/modules/cairo-linear-gradient.cpp
+++ b/modules/cairo-linear-gradient.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
/* Copyright 2010 litl, LLC.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy