summaryrefslogtreecommitdiff
path: root/include/dlt/dlt_user.h
diff options
context:
space:
mode:
authorLutz Helwing <lutz_helwing@mentor.com>2015-07-13 16:52:14 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2015-07-21 12:48:27 +0200
commit98e932adee2a76bda3c2630f348196216549a45a (patch)
tree1658983ac5940b71c158da20421db9054f9500ca /include/dlt/dlt_user.h
parent199ff0e7f736d848a7e01a12f04ddb21ecf36d74 (diff)
downloadDLT-daemon-98e932adee2a76bda3c2630f348196216549a45a.tar.gz
Removed all trailing whitespaces
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'include/dlt/dlt_user.h')
-rw-r--r--include/dlt/dlt_user.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/dlt/dlt_user.h b/include/dlt/dlt_user.h
index b6181bf..66a869b 100644
--- a/include/dlt/dlt_user.h
+++ b/include/dlt/dlt_user.h
@@ -272,9 +272,9 @@ typedef struct
0 not connected,
-1 unknown */
- //DltRingBuffer rbuf;
+ //DltRingBuffer rbuf;
DltBuffer startup_buffer; /**< Ring-buffer for buffering messages during startup and missing connection */
-
+
// Buffer used for resending, locked by DLT semaphore
uint8_t resend_buffer[DLT_USER_RESENDBUF_MAX_SIZE];
@@ -575,7 +575,7 @@ int dlt_unregister_context(DltContext *handle);
* Set the logging mode used by the daemon.
* The logging mode is stored persistantly by the daemon.
* @see DltUserLogMode
- * @param mode the new logging mode used by the daemon: off, extern, internal, both.
+ * @param mode the new logging mode used by the daemon: off, extern, internal, both.
* @return negative value if there was an error
*/
int dlt_set_log_mode(DltUserLogMode mode);