Resolve macOS warnings and standardize style

This commit is contained in:
Paul Hollinsky
2018-09-24 19:04:20 -04:00
parent b634e6a443
commit 2099ba9d1e
40 changed files with 50 additions and 44 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ public:
uint32_t arbid;
};
};
}
#endif
+1 -1
View File
@@ -14,6 +14,6 @@ public:
uint64_t timestamp;
};
};
}
#endif
+4 -2
View File
@@ -33,8 +33,10 @@ typedef struct {
#include "communication/message/include/message.h"
namespace icsneo {
neomessage_t CreateNeoMessage(const Message& message);
};
neomessage_t CreateNeoMessage(const Message& message);
}
#endif
#endif