summaryrefslogtreecommitdiffstats
path: root/tinySAK/src/tsk_ragel_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinySAK/src/tsk_ragel_state.h')
-rwxr-xr-xtinySAK/src/tsk_ragel_state.h19
1 files changed, 9 insertions, 10 deletions
diff --git a/tinySAK/src/tsk_ragel_state.h b/tinySAK/src/tsk_ragel_state.h
index fb0df85..d80aa99 100755
--- a/tinySAK/src/tsk_ragel_state.h
+++ b/tinySAK/src/tsk_ragel_state.h
@@ -165,16 +165,15 @@ TSK_BEGIN_DECLS
/**@ingroup tsk_ragel_state_group
* Ragel state.
*/
-typedef struct tsk_ragel_state_s
-{
- int cs; /**< Ragel current state. */
- const char *p; /**< Data pointing to the buffer to parse. */
- const char *pe; /**< Data end pointer. */
- const char *eof; /**< End of the file (in our case data) pointer. */
- const char *eoh; /**< End of the headers. */
-
- const char* tag_start; /**< Last tag start position set by ragel machine. */
- const char* tag_end; /**< The end of the ragel tag. */
+typedef struct tsk_ragel_state_s {
+ int cs; /**< Ragel current state. */
+ const char *p; /**< Data pointing to the buffer to parse. */
+ const char *pe; /**< Data end pointer. */
+ const char *eof; /**< End of the file (in our case data) pointer. */
+ const char *eoh; /**< End of the headers. */
+
+ const char* tag_start; /**< Last tag start position set by ragel machine. */
+ const char* tag_end; /**< The end of the ragel tag. */
}
tsk_ragel_state_t;
OpenPOWER on IntegriCloud