diff options
author | Christoph Lipka <clipka@de.adit-jv.com> | 2018-12-20 14:58:19 +0100 |
---|---|---|
committer | Christoph Lipka <clipka@de.adit-jv.com> | 2018-12-21 10:23:41 +0100 |
commit | dca8ab254aa0a687c32009079d85e4d8f960b213 (patch) | |
tree | e63b6a552fd9f61873892110a56a89ef354864cd /src/kpi/dlt-kpi-process.h | |
parent | 0d0c74640c8b792db37cb9f884f89f7561ea551f (diff) | |
download | DLT-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-process.h')
-rw-r--r-- | src/kpi/dlt-kpi-process.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kpi/dlt-kpi-process.h b/src/kpi/dlt-kpi-process.h index 50d5fbc..6ad1b4e 100644 --- a/src/kpi/dlt-kpi-process.h +++ b/src/kpi/dlt-kpi-process.h @@ -31,7 +31,7 @@ #include <stdlib.h> #include "dlt-kpi-common.h" -typedef struct DltKpiEventWatch DltKpiEventWatch; // forward declaration +typedef struct DltKpiEventWatch DltKpiEventWatch; /* forward declaration */ typedef struct DltKpiProcess { |