Cleanup whitespace
git-svn-id: http://tint2.googlecode.com/svn/trunk@655 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
parent
fc4b29631f
commit
45a2156c12
3 changed files with 170 additions and 170 deletions
|
@ -71,7 +71,7 @@ xsettings_setting_copy (XSettingsSetting *setting)
|
|||
|
||||
return result;
|
||||
|
||||
err:
|
||||
err:
|
||||
if (result->name)
|
||||
free (result->name);
|
||||
free (result);
|
||||
|
@ -113,7 +113,7 @@ xsettings_list_copy (XSettingsList *list)
|
|||
|
||||
return new;
|
||||
|
||||
error:
|
||||
error:
|
||||
xsettings_list_free (new);
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
**************************************************************************/
|
||||
|
||||
#ifdef HAVE_VERSION_H
|
||||
#include "version.h"
|
||||
#include "version.h"
|
||||
#endif
|
||||
#include "main.h"
|
||||
#include "common.h"
|
||||
|
|
Loading…
Reference in a new issue