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)
|
std::string read_file(const std::string& filename)
|
||||||
{
|
{
|
||||||
int fd = open(filename.c_str(), O_RDONLY);
|
int fd = open(filename.c_str(), O_RDONLY);
|
||||||
if (fd == -1)
|
if (fd == -1)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user