summaryrefslogtreecommitdiff
path: root/tests/suite/ecore/src/include/eina_main.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suite/ecore/src/include/eina_main.h')
-rw-r--r--tests/suite/ecore/src/include/eina_main.h17
1 files changed, 10 insertions, 7 deletions
diff --git a/tests/suite/ecore/src/include/eina_main.h b/tests/suite/ecore/src/include/eina_main.h
index db80042465..06e64d9813 100644
--- a/tests/suite/ecore/src/include/eina_main.h
+++ b/tests/suite/ecore/src/include/eina_main.h
@@ -49,12 +49,15 @@
* @typedef Eina_Version
* The version of Eina.
*/
-typedef struct _Eina_Version
-{
- int major; /**< Major component of the version */
- int minor; /**< Minor component of the version */
- int micro; /**< Micro component of the version */
- int revision; /**< Revision component of the version */
+typedef struct _Eina_Version {
+ int major;
+ /**< Major component of the version */
+ int minor;
+ /**< Minor component of the version */
+ int micro;
+ /**< Micro component of the version */
+ int revision;
+ /**< Revision component of the version */
} Eina_Version;
EAPI extern Eina_Version *eina_version;
@@ -72,4 +75,4 @@ EAPI int eina_threads_shutdown(void);
* @}
*/
-#endif /* EINA_MAIN_H_ */
+#endif /* EINA_MAIN_H_ */