mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-24 20:13:00 +03:00
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