summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2011-10-06 21:13:16 +0000
committerMaxime Coste <frrrwww@gmail.com>2011-10-06 21:13:16 +0000
commit1e224dc586e789cd07556a3cd24d7de6915c49df (patch)
treecf1579bc94c7c19d7a4934163006b5bfb156ce1d /src
parent571e4772b4ece9e3102f0e86be1a13c8ddbc3f66 (diff)
whitespace fix
Diffstat (limited to 'src')
-rw-r--r--src/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index 288fcf10..d17dee2c 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -15,7 +15,7 @@
using namespace Kakoune;
using namespace std::placeholders;
- void set_attribute(int attribute, bool on)
+void set_attribute(int attribute, bool on)
{
if (on)
attron(attribute);