From 891e2cfee8a076d8e525c11d230f379ef603390e Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Sat, 22 Mar 2014 19:24:51 -0400 Subject: [PATCH] Formatting --- BPTCEncoder/src/RGBAEndpoints.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BPTCEncoder/src/RGBAEndpoints.h b/BPTCEncoder/src/RGBAEndpoints.h index cbb497b..cce0d01 100755 --- a/BPTCEncoder/src/RGBAEndpoints.h +++ b/BPTCEncoder/src/RGBAEndpoints.h @@ -193,7 +193,7 @@ public: BPTCC::GetSubsetForIndex(idx, m_ShapeIdx, m_NumPartitions); } -private: + private: // The number of points in the cluster. uint32 m_NumPoints; uint32 m_NumPartitions;