Fix code style for pointer and references.

Change-Id: I3ca5988f09aa4f81946dc3e53116c8151a981024
This commit is contained in:
Peter Johnson
2015-06-22 23:16:58 -07:00
parent 1a48e75d43
commit c06e625413
19 changed files with 124 additions and 125 deletions

View File

@@ -13,7 +13,7 @@
#include "ntcore.h"
bool
operator== (const NT_Value &lhs, const NT_Value &rhs)
operator== (const NT_Value& lhs, const NT_Value& rhs)
{
if (lhs.type != rhs.type)
return 0;