summaryrefslogtreecommitdiff
path: root/src/kpi/dlt-kpi.h
diff options
context:
space:
mode:
authorChristoph Lipka <clipka@de.adit-jv.com>2018-12-20 14:58:19 +0100
committerChristoph Lipka <clipka@de.adit-jv.com>2018-12-21 10:23:41 +0100
commitdca8ab254aa0a687c32009079d85e4d8f960b213 (patch)
treee63b6a552fd9f61873892110a56a89ef354864cd /src/kpi/dlt-kpi.h
parent0d0c74640c8b792db37cb9f884f89f7561ea551f (diff)
downloadDLT-daemon-dca8ab254aa0a687c32009079d85e4d8f960b213.tar.gz
Code beautification using uncrustify
Signed-off-by: Christoph Lipka <clipka@de.adit-jv.com>
Diffstat (limited to 'src/kpi/dlt-kpi.h')
-rw-r--r--src/kpi/dlt-kpi.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kpi/dlt-kpi.h b/src/kpi/dlt-kpi.h
index bb5b48c..ff647d4 100644
--- a/src/kpi/dlt-kpi.h
+++ b/src/kpi/dlt-kpi.h
@@ -35,12 +35,12 @@
#include "dlt-kpi-process.h"
#include "dlt-kpi-process-list.h"
-// CONSTANT DEFINITIONS
-#define DEFAULT_CONF_FILE ( CONFIGURATION_FILES_DIR "/dlt-kpi.conf")
+/* CONSTANT DEFINITIONS */
+#define DEFAULT_CONF_FILE (CONFIGURATION_FILES_DIR "/dlt-kpi.conf")
#define COMMAND_LINE_SIZE 1024
-// STRUCTURES
+/* STRUCTURES */
typedef struct
{
char *configurationFileName;
@@ -53,7 +53,7 @@ typedef struct
DltLogLevelType log_level;
} DltKpiConfig;
-// FUNCTION DECLARATIONS:
+/* FUNCTION DECLARATIONS: */
DltReturnValue dlt_kpi_read_command_line(DltKpiOptions *options, int argc, char **argv);
DltReturnValue dlt_kpi_read_configuration_file(DltKpiConfig *config, char *file_name);
void dlt_kpi_free_cli_options(DltKpiOptions *options);