summaryrefslogtreecommitdiffstats
path: root/tinySAK/src/tsk_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinySAK/src/tsk_options.h')
-rwxr-xr-xtinySAK/src/tsk_options.h21
1 files changed, 10 insertions, 11 deletions
diff --git a/tinySAK/src/tsk_options.h b/tinySAK/src/tsk_options.h
index 6581b60..ab5da7c 100755
--- a/tinySAK/src/tsk_options.h
+++ b/tinySAK/src/tsk_options.h
@@ -2,19 +2,19 @@
* Copyright (C) 2010-2011 Mamadou Diop.
*
* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
-*
+*
* This file is part of Open Source Doubango Framework.
*
* DOUBANGO is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
-*
+*
* DOUBANGO is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
-*
+*
* You should have received a copy of the GNU General Public License
* along with DOUBANGO.
*
@@ -45,14 +45,13 @@ TSK_BEGIN_DECLS
/**@ingroup tsk_options_group
* Parameter.
*/
-typedef struct tsk_option_s
-{
- TSK_DECLARE_OBJECT;
-
- int id;
- char* value;
-
- tsk_bool_t tag;
+typedef struct tsk_option_s {
+ TSK_DECLARE_OBJECT;
+
+ int id;
+ char* value;
+
+ tsk_bool_t tag;
}
tsk_option_t;
OpenPOWER on IntegriCloud