formatting
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 25 Sep 2010 04:40:54 +0000 (04:40 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 25 Sep 2010 04:40:54 +0000 (04:40 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@52714 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Evas.h

index 71fc4c3..b6165f9 100644 (file)
@@ -38,15 +38,15 @@ extern "C" {
 #define EVAS_VERSION_MAJOR 1
 #define EVAS_VERSION_MINOR 0
 
-   typedef struct _Evas_Version
-     {
-        int major;
-        int minor;
-        int micro;
-        int revision;
-     } Evas_Version;
-   
-   EAPI extern Evas_Version *evas_version;
+typedef struct _Evas_Version
+{
+   int major;
+   int minor;
+   int micro;
+   int revision;
+} Evas_Version;
+
+EAPI extern Evas_Version *evas_version;
 
 /**
  * @file