X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/8b7ea92d2c1f42aaf4e1f5ce00b178bc4309edad..e42e23b74408ae54e9ae25b7cadadf45d80c34e1:/emufs/indices.h diff --git a/emufs/indices.h b/emufs/indices.h index 53c4c28..3a6be0e 100644 --- a/emufs/indices.h +++ b/emufs/indices.h @@ -29,7 +29,10 @@ typedef enum { } INDICE_FUNCION; /** Tipos de datos soportados para las claves */ -typedef enum {IDX_FLOAT, IDX_INT} INDICE_TIPO_DATO; +typedef enum { + IDX_FLOAT, + IDX_INT +} INDICE_TIPO_DATO; /** Clave de indice */ typedef union _data_ {