From 1e224dc586e789cd07556a3cd24d7de6915c49df Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 6 Oct 2011 21:13:16 +0000 Subject: [PATCH] whitespace fix --- src/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);