mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Reformat per new coding guidelines.
Change-Id: Ib0e5d3a6fabe6db414d72b334ca7a7f33bc5726b
This commit is contained in:
@@ -7,14 +7,10 @@
|
||||
|
||||
#include "nt_storage.h"
|
||||
|
||||
using namespace NtImpl;
|
||||
using namespace ntimpl;
|
||||
|
||||
Storage* Storage::m_instance = nullptr;
|
||||
|
||||
Storage::Storage()
|
||||
{
|
||||
}
|
||||
Storage::Storage() {}
|
||||
|
||||
Storage::~Storage()
|
||||
{
|
||||
}
|
||||
Storage::~Storage() {}
|
||||
|
||||
Reference in New Issue
Block a user