From 199ff0e7f736d848a7e01a12f04ddb21ecf36d74 Mon Sep 17 00:00:00 2001 From: Lutz Helwing Date: Mon, 13 Jul 2015 16:06:09 +0200 Subject: Replaced all tabs with spaces in all files in include folder Signed-off-by: Alexander Wenzel --- include/dlt/dlt_offline_trace.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/dlt/dlt_offline_trace.h') 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; -- cgit v1.2.1