Imported Upstream version 1.12.0
[platform/upstream/gtest.git] / googletest / test / production.h
index 41a5472..4dec8d4 100644 (file)
@@ -46,6 +46,7 @@ class PrivateCode {
   PrivateCode();
 
   int x() const { return x_; }
+
  private:
   void set_x(int an_x) { x_ = an_x; }
   int x_;