Cycles: Cleanup, spacing after preprocessor
It is supposed to be two spaces before comment stating which if else/endif statements corresponds to. Was mainly violated in the header guards.
This commit is contained in:
@@ -92,4 +92,4 @@ float wireframe(string edge_type, float line_width) { return wireframe(edge_type
|
||||
float wireframe(string edge_type) { return wireframe(edge_type, 1.0, 1); }
|
||||
float wireframe() { return wireframe("polygons", 1.0, 1); }
|
||||
|
||||
#endif /* CCL_OSLUTIL_H */
|
||||
#endif /* CCL_OSLUTIL_H */
|
||||
|
Reference in New Issue
Block a user