Set up wpiformat

This commit is contained in:
Tyler Veness
2017-08-19 23:08:27 -07:00
committed by Peter Johnson
parent 4514ff8071
commit 19f7a5f108
107 changed files with 1146 additions and 910 deletions

View File

@@ -5,12 +5,11 @@
/* the project. */
/*----------------------------------------------------------------------------*/
#ifndef NT_TEST_MOCKCONNECTIONNOTIFIER_H_
#define NT_TEST_MOCKCONNECTIONNOTIFIER_H_
#include "gmock/gmock.h"
#ifndef NTCORE_MOCKCONNECTIONNOTIFIER_H_
#define NTCORE_MOCKCONNECTIONNOTIFIER_H_
#include "IConnectionNotifier.h"
#include "gmock/gmock.h"
namespace nt {
@@ -28,4 +27,4 @@ class MockConnectionNotifier : public IConnectionNotifier {
} // namespace nt
#endif // NT_TEST_MOCKCONNECTIONNOTIFIER_H_
#endif // NTCORE_MOCKCONNECTIONNOTIFIER_H_