- lcd4linux: code formatation using astyle

Conflicts:
	src/driver/lcd4l.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-06-11 21:16:22 +02:00
committed by Thilo Graf
parent 0999fa72f8
commit a78da47df4
2 changed files with 65 additions and 51 deletions

View File

@@ -69,7 +69,7 @@ class CLCD4l
static void lcd4linux(bool run);
private:
std::thread *thrLCD4l;
static void* LCD4lProc(void *arg);
static void *LCD4lProc(void *arg);
bool exit_proc;
struct tm *tm_struct;