summaryrefslogtreecommitdiffstats
path: root/tinySAK/src/tsk_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinySAK/src/tsk_string.h')
-rwxr-xr-xtinySAK/src/tsk_string.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/tinySAK/src/tsk_string.h b/tinySAK/src/tsk_string.h
index b941012..e3d7749 100755
--- a/tinySAK/src/tsk_string.h
+++ b/tinySAK/src/tsk_string.h
@@ -1,18 +1,18 @@
/*
* Copyright (C) 2010-2015 Mamadou DIOP.
-*
+*
* 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.
*
@@ -31,7 +31,7 @@
/**@ingroup tsk_string_group
* @def TSK_STRING_STR
-* Gets the internal string pointer.
+* Gets the internal string pointer.
*/
TSK_BEGIN_DECLS
@@ -114,11 +114,10 @@ TINYSAK_API void tsk_str_to_hex(const char *str, tsk_size_t size, uint8_t* hex);
/**@ingroup tsk_string_group
* String object.
*/
-typedef struct tsk_string_s
-{
- TSK_DECLARE_OBJECT;
+typedef struct tsk_string_s {
+ TSK_DECLARE_OBJECT;
- char *value; /**< The value of the string object. */
+ char *value; /**< The value of the string object. */
}
tsk_string_t;
OpenPOWER on IntegriCloud