Author: Wim Lavrijsen <wlavrij...@lbl.gov>
Branch: reflex-support
Changeset: r56475:083a776c09c0
Date: 2012-07-26 09:48 -0700
http://bitbucket.org/pypy/pypy/changeset/083a776c09c0/

Log:    code convention fix

diff --git a/pypy/module/cppyy/test/datatypes.h 
b/pypy/module/cppyy/test/datatypes.h
--- a/pypy/module/cppyy/test/datatypes.h
+++ b/pypy/module/cppyy/test/datatypes.h
@@ -15,7 +15,7 @@
     ~cppyy_test_data();
 
 // special cases
-   enum what { kNothing=6, kSomething=111, kLots=42 };
+    enum what { kNothing=6, kSomething=111, kLots=42 };
 
 // helper
     void destroy_arrays();
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to