diff src/x_rotate.cc @ 107:20aa5a515896

Reformat one line /* */ comments to //
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 06 Oct 2014 12:42:55 +0300
parents a68786b9c74b
children
line wrap: on
line diff
--- a/src/x_rotate.cc	Mon Oct 06 12:30:57 2014 +0300
+++ b/src/x_rotate.cc	Mon Oct 06 12:42:55 2014 +0300
@@ -61,7 +61,7 @@
    rotate and scale a group of objects around the centre of gravity
 */
 
-void RotateAndScaleObjects(int objtype, SelPtr obj, double angle, double scale)        /* SWAP! */
+void RotateAndScaleObjects(int objtype, SelPtr obj, double angle, double scale)        // SWAP!
 {
     int dx, dy;
     int centerx, centery;