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,8 +5,8 @@
/* the project. */
/*----------------------------------------------------------------------------*/
#ifndef NT_IDISPATCHER_H_
#define NT_IDISPATCHER_H_
#ifndef NTCORE_IDISPATCHER_H_
#define NTCORE_IDISPATCHER_H_
#include <memory>
@@ -31,4 +31,4 @@ class IDispatcher {
} // namespace nt
#endif // NT_IDISPATCHER_H_
#endif // NTCORE_IDISPATCHER_H_