1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-24 20:13:00 +03:00

whitespace fix

This commit is contained in:
Maxime Coste 2011-10-06 21:13:16 +00:00
parent 571e4772b4
commit 1e224dc586

View File

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