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
67c08e598b
commit
6fa5d809ef
@ -14,7 +14,7 @@ namespace Kakoune
|
||||
{
|
||||
|
||||
std::string read_file(const std::string& filename)
|
||||
{
|
||||
{
|
||||
int fd = open(filename.c_str(), O_RDONLY);
|
||||
if (fd == -1)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user