From 816872f9ddf1251f29fe51594401ddd4f4d89c59 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 3 Jun 2020 11:42:46 +0200 Subject: [PATCH 1/1] White space fix. --- src/lib/cross_linux.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/cross_linux.cc b/src/lib/cross_linux.cc index a60f7af63..c8b890bf1 100644 --- a/src/lib/cross_linux.cc +++ b/src/lib/cross_linux.cc @@ -226,7 +226,7 @@ avio_open_boost (AVIOContext** s, boost::filesystem::path file, int flags) boost::filesystem::path home_directory () { - return getenv("HOME"); + return getenv("HOME"); } string -- 2.30.2