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);