mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
chore: apply light lints (#2570)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#if defined(OS_LINUX)
|
||||
|
||||
#include <stdexcept>
|
||||
#include <fcntl.h>
|
||||
#include <sys/file.h>
|
||||
#include <unistd.h>
|
||||
@@ -25,7 +24,7 @@ namespace hex::messaging {
|
||||
|
||||
fullEventData.insert(fullEventData.end(), args.begin(), args.end());
|
||||
|
||||
u8 *data = &fullEventData[0];
|
||||
u8 *data = fullEventData.data();
|
||||
auto dataSize = fullEventData.size();
|
||||
|
||||
int fifo = open(CommunicationPipePath, O_WRONLY);
|
||||
|
||||
Reference in New Issue
Block a user