edje: identation fix for file src/lib/Edje.h.

SVN revision: 76766
This commit is contained in:
Jonas M. Gastal 2012-09-17 15:00:22 +00:00
parent ce2a6ef41f
commit 178be1d81a
1 changed files with 8 additions and 8 deletions

View File

@ -327,15 +327,15 @@ extern "C" {
#define EDJE_VERSION_MAJOR 1
#define EDJE_VERSION_MINOR 8
typedef struct _Edje_Version
{
int major;
int minor;
int micro;
int revision;
} Edje_Version;
typedef struct _Edje_Version
{
int major;
int minor;
int micro;
int revision;
} Edje_Version;
EAPI extern Edje_Version *edje_version;
EAPI extern Edje_Version *edje_version;
typedef enum _Edje_Action_Type
{