Cleanup whitespace

git-svn-id: http://tint2.googlecode.com/svn/trunk@655 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
o9000
2015-01-20 02:23:28 +00:00
committed by mrovi9000@gmail.com
parent fc4b29631f
commit 45a2156c12
3 changed files with 170 additions and 170 deletions

View File

@@ -71,7 +71,7 @@ xsettings_setting_copy (XSettingsSetting *setting)
return result; return result;
err: err:
if (result->name) if (result->name)
free (result->name); free (result->name);
free (result); free (result);
@@ -113,7 +113,7 @@ xsettings_list_copy (XSettingsList *list)
return new; return new;
error: error:
xsettings_list_free (new); xsettings_list_free (new);
return NULL; return NULL;
} }

View File

@@ -18,7 +18,7 @@
**************************************************************************/ **************************************************************************/
#ifdef HAVE_VERSION_H #ifdef HAVE_VERSION_H
#include "version.h" #include "version.h"
#endif #endif
#include "main.h" #include "main.h"
#include "common.h" #include "common.h"