Remove some white space/tabs from gnc-filepath-utils.cpp

This commit is contained in:
Robert Fewell 2019-03-29 17:34:04 +00:00
parent 22a7a05d50
commit 89d2cde979

View File

@ -526,7 +526,6 @@ get_userdata_home(void)
auto try_tmp_dir = true; auto try_tmp_dir = true;
auto userdata_home = get_user_data_dir(); auto userdata_home = get_user_data_dir();
/* g_get_user_data_dir doesn't check whether the path exists nor attempts to /* g_get_user_data_dir doesn't check whether the path exists nor attempts to
* create it. So while it may return an actual path we may not be able to use it. * create it. So while it may return an actual path we may not be able to use it.
* Let's check that now */ * Let's check that now */