- luaclient: formatting code using astyle

This commit is contained in:
vanhofen
2023-01-31 23:34:11 +01:00
committed by Thilo Graf
parent b56159bbf8
commit 884a69c3f9
2 changed files with 23 additions and 16 deletions

View File

@@ -20,6 +20,6 @@
#ifndef __LUACLIENT__H__
#define __LUACLIENT__H__
#define LUACLIENT_UDS_NAME "/tmp/luaclient.sock"
#define LUACLIENT_VERSION 1
#define LUACLIENT_UDS_NAME "/tmp/luaclient.sock"
#define LUACLIENT_VERSION 1
#endif