diff data/model/PowerOfTwoZoomConstraint.h @ 1429:48e9f538e6e9

Untabify
author Chris Cannam
date Thu, 01 Mar 2018 18:02:22 +0000
parents 59e7fe1b1003
children 710e6250a401 a7485c1bdba5
line wrap: on
line diff
--- a/data/model/PowerOfTwoZoomConstraint.h	Thu Mar 01 14:43:40 2018 +0000
+++ b/data/model/PowerOfTwoZoomConstraint.h	Thu Mar 01 18:02:22 2018 +0000
@@ -22,8 +22,8 @@
 {
 public:
     virtual int getNearestBlockSize(int requestedBlockSize,
-				       RoundingDirection dir = RoundNearest)
-	const;
+                                       RoundingDirection dir = RoundNearest)
+        const;
 };
 
 #endif