summaryrefslogtreecommitdiffstats
path: root/src/customdhcpcd/logwriter.h
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-12-03 13:31:09 +0100
committerSebastian Schmelzer2011-12-03 13:31:09 +0100
commit1b48532c662470f5dd4090d47e1e2c333e967caf (patch)
tree8c23d3eca5fa088b91887d528138b9e0462382fb /src/customdhcpcd/logwriter.h
parentlet cmake find qxt (diff)
downloadfbgui-1b48532c662470f5dd4090d47e1e2c333e967caf.tar.gz
fbgui-1b48532c662470f5dd4090d47e1e2c333e967caf.tar.xz
fbgui-1b48532c662470f5dd4090d47e1e2c333e967caf.zip
codeformating, change to log4cxx
Diffstat (limited to 'src/customdhcpcd/logwriter.h')
-rw-r--r--src/customdhcpcd/logwriter.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/customdhcpcd/logwriter.h b/src/customdhcpcd/logwriter.h
index 43f35fa..9d7af47 100644
--- a/src/customdhcpcd/logwriter.h
+++ b/src/customdhcpcd/logwriter.h
@@ -16,11 +16,12 @@
#define LOG_MSG_SIZE 1024
typedef struct _log_msg log_msg;
-struct _log_msg {
- int status;
- int substatus;
- char device[IF_NAMESIZE];
- char msg[LOG_MSG_SIZE];
+struct _log_msg
+{
+ int status;
+ int substatus;
+ char device[IF_NAMESIZE];
+ char msg[LOG_MSG_SIZE];
};
/**