Formatting all code. Too gnarly to rebase properly.

This commit is contained in:
Ben Vanik
2015-12-29 13:13:34 -08:00
parent 4e7dfa477b
commit 948aa2400d
16 changed files with 27 additions and 30 deletions

View File

@@ -42,8 +42,8 @@ class ObjectTable {
bool Save(ByteStream* stream);
bool Restore(ByteStream* stream);
// Restores a XObject reference with a handle. Mainly for internal use - do not
// use.
// Restores a XObject reference with a handle. Mainly for internal use - do
// not use.
X_STATUS RestoreHandle(X_HANDLE handle, XObject* object);
template <typename T>
@@ -78,7 +78,7 @@ class ObjectTable {
}
std::vector<object_ref<XObject>> GetAllObjects();
void PurgeAllObjects(); // Purges the object table of all guest objects
void PurgeAllObjects(); // Purges the object table of all guest objects
private:
typedef struct {