whitespace fix
This commit is contained in:
parent
571e4772b4
commit
1e224dc586
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user