Cleanup whitespace
git-svn-id: http://tint2.googlecode.com/svn/trunk@655 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
committed by
mrovi9000@gmail.com
parent
fc4b29631f
commit
45a2156c12
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user