Code style.

This commit is contained in:
2020-03-01 17:02:54 +00:00
parent cac25cf7b0
commit 1f98e89f4c
7 changed files with 228 additions and 220 deletions

View File

@@ -23,8 +23,8 @@
AaruPacketHello* GetHello()
{
struct utsname utsname;
int ret;
struct utsname utsname;
int ret;
AaruPacketHello* pkt_server_hello;
ret = uname(&utsname);