Reformat per new coding guidelines.

Change-Id: Ib0e5d3a6fabe6db414d72b334ca7a7f33bc5726b
This commit is contained in:
Peter Johnson
2015-06-25 22:57:43 -07:00
parent f5a82be9e5
commit cee77a3228
26 changed files with 1296 additions and 1576 deletions

View File

@@ -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() {}