summaryrefslogtreecommitdiffstats
path: root/src/include/eiotas_iota.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/eiotas_iota.h')
-rw-r--r--src/include/eiotas_iota.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/eiotas_iota.h b/src/include/eiotas_iota.h
index 6e4a346..12f093b 100644
--- a/src/include/eiotas_iota.h
+++ b/src/include/eiotas_iota.h
@@ -33,11 +33,11 @@ typedef enum _Eiotas_Type
typedef struct _Eiotas_Iota Eiotas_Iota;
struct _Eiotas_Iota {
- Eiotas_Type type; /* type of the iota */
- Eiotas_Iota *spin; /* top level iota which is a Eiota_Spin */
- Eiotas_Iota *parent; /* direct parent in the hierarchy */
- Eina_Stringshare *name; /* iota's name */
- Eina_Stringshare *path; /* full path to this iota */
+ Eiotas_Type type; /* type of the iota */
+ Eiotas_Iota *spin; /* top level iota which is a Eiotas_Spin */
+ Eiotas_Iota *parent; /* direct parent in the hierarchy */
+ Eina_Stringshare *name; /* iota's name */
+ Eina_Stringshare *path; /* full path to this iota */
};
EAPI void eiotas_iota_show(Eiotas_Iota *iota);