mirror of
https://github.com/aaru-dps/aaruremote.git
synced 2025-12-16 19:24:37 +00:00
Code style.
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
|
||||
AaruPacketHello* GetHello()
|
||||
{
|
||||
struct utsname utsname;
|
||||
int ret;
|
||||
struct utsname utsname;
|
||||
int ret;
|
||||
AaruPacketHello* pkt_server_hello;
|
||||
|
||||
ret = uname(&utsname);
|
||||
|
||||
Reference in New Issue
Block a user