mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
Runs clang-format on ntcore (#150)
Also updates .clang-format to match allwpilib WPIUtil was skipped
This commit is contained in:
committed by
Peter Johnson
parent
cf0ec7b9a9
commit
05ca76ea99
@@ -12,9 +12,9 @@
|
||||
#include "llvm/StringRef.h"
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#define NT_NOEXCEPT throw()
|
||||
#define NT_NOEXCEPT throw()
|
||||
#else
|
||||
#define NT_NOEXCEPT noexcept
|
||||
#define NT_NOEXCEPT noexcept
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user