Code cleanup and formatting.
[sixth-3d-demos.git] / src / main / java / eu / svjatoslav / sixth / e3d / examples / RandomPolygonsDemo.java
index 4f26470..82210b0 100755 (executable)
@@ -45,7 +45,7 @@ public class RandomPolygonsDemo {
     }
 
     /* I don't want very dark polygons, so ensure there is at least some
-      * brightness present. */
+     * brightness present. */
     private static double getColorChannelBrightness() {
         return Math.random() * 0.7 + 0.3f;
     }