whitespace fix

This commit is contained in:
Maxime Coste 2011-12-22 13:33:29 +00:00
parent 67c08e598b
commit 6fa5d809ef

View File

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