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,10 +5,11 @@
/* the project. */
/*----------------------------------------------------------------------------*/
#ifndef NT_IENTRYNOTIFIER_H_
#define NT_IENTRYNOTIFIER_H_
#ifndef NTCORE_IENTRYNOTIFIER_H_
#define NTCORE_IENTRYNOTIFIER_H_
#include <climits>
#include <memory>
#include "ntcore_cpp.h"
@@ -41,4 +42,4 @@ class IEntryNotifier {
} // namespace nt
#endif // NT_IENTRYNOTIFIER_H_
#endif // NTCORE_IENTRYNOTIFIER_H_