From ab105d1671789fc9bd649f7e9ce3e6af22d30f0e Mon Sep 17 00:00:00 2001 From: Manikandan C Date: Wed, 19 Dec 2018 16:10:41 +0100 Subject: Cleanup of unit test fixes Signed-off-by: Manikandan C --- src/offlinelogstorage/dlt_offline_logstorage_behavior.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/offlinelogstorage/dlt_offline_logstorage_behavior.c') diff --git a/src/offlinelogstorage/dlt_offline_logstorage_behavior.c b/src/offlinelogstorage/dlt_offline_logstorage_behavior.c index cc31ff5..46f0f9e 100644 --- a/src/offlinelogstorage/dlt_offline_logstorage_behavior.c +++ b/src/offlinelogstorage/dlt_offline_logstorage_behavior.c @@ -205,9 +205,8 @@ void dlt_logstorage_rearrange_file_name(DltLogStorageFileList **head) * @param file_config User configurations for log file * @return index on success, -1 if no index is found */ -unsigned int dlt_logstorage_get_idx_of_log_file( - DltLogStorageUserConfig *file_config, - char *file) +unsigned int dlt_logstorage_get_idx_of_log_file(DltLogStorageUserConfig *file_config, + char *file) { unsigned int idx = -1; char *endptr; -- cgit v1.2.1