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,13 @@
/* the project. */
/*----------------------------------------------------------------------------*/
#ifndef NT_TEST_MOCKENTRYNOTIFIER_H_
#define NT_TEST_MOCKENTRYNOTIFIER_H_
#ifndef NTCORE_MOCKENTRYNOTIFIER_H_
#define NTCORE_MOCKENTRYNOTIFIER_H_
#include "gmock/gmock.h"
#include <memory>
#include "IEntryNotifier.h"
#include "gmock/gmock.h"
namespace nt {
@@ -39,4 +40,4 @@ class MockEntryNotifier : public IEntryNotifier {
} // namespace nt
#endif // NT_TEST_MOCKENTRYNOTIFIER_H_
#endif // NTCORE_MOCKENTRYNOTIFIER_H_