summaryrefslogtreecommitdiff
path: root/include/dlt/dlt_offline_trace.h
diff options
context:
space:
mode:
authorLutz Helwing <lutz_helwing@mentor.com>2015-07-13 16:06:09 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2015-07-21 12:48:00 +0200
commit199ff0e7f736d848a7e01a12f04ddb21ecf36d74 (patch)
treeb4b2bfe34512eada3f44211c8d015051d92f99ab /include/dlt/dlt_offline_trace.h
parent7f9b53d0f36eec2f257c4f54e023c086b6317b78 (diff)
downloadDLT-daemon-199ff0e7f736d848a7e01a12f04ddb21ecf36d74.tar.gz
Replaced all tabs with spaces in all files in include folder
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'include/dlt/dlt_offline_trace.h')
-rw-r--r--include/dlt/dlt_offline_trace.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/dlt/dlt_offline_trace.h b/include/dlt/dlt_offline_trace.h
index 84cb416..64a0958 100644
--- a/include/dlt/dlt_offline_trace.h
+++ b/include/dlt/dlt_offline_trace.h
@@ -61,10 +61,10 @@
typedef struct
{
- char directory[NAME_MAX + 1]; /**< (String) Store DLT messages to local directory */
+ char directory[NAME_MAX + 1];/**< (String) Store DLT messages to local directory */
char filename[NAME_MAX + 1]; /**< (String) Filename of currently used log file */
- int fileSize; /**< (int) Maximum size in bytes of one trace file (Default: 1000000) */
- int maxSize; /**< (int) Maximum size of all trace files (Default: 4000000) */
+ int fileSize; /**< (int) Maximum size in bytes of one trace file (Default: 1000000) */
+ int maxSize; /**< (int) Maximum size of all trace files (Default: 4000000) */
int ohandle;
} DltOfflineTrace;