summaryrefslogtreecommitdiff
path: root/agg/source/agg_sqrt_tables.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'agg/source/agg_sqrt_tables.cpp')
-rwxr-xr-xagg/source/agg_sqrt_tables.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/agg/source/agg_sqrt_tables.cpp b/agg/source/agg_sqrt_tables.cpp
index e2f88f5a7fef..d89cdfdc72c8 100755
--- a/agg/source/agg_sqrt_tables.cpp
+++ b/agg/source/agg_sqrt_tables.cpp
@@ -2,8 +2,8 @@
// Anti-Grain Geometry - Version 2.3
// Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)
//
-// Permission to copy, use, modify, sell and distribute this software
-// is granted provided this copyright notice appears in all copies.
+// Permission to copy, use, modify, sell and distribute this software
+// is granted provided this copyright notice appears in all copies.
// This software is provided "as is" without express or implied
// warranty, and with no claim as to its suitability for any purpose.
//
@@ -21,7 +21,7 @@
namespace agg
{
- int16u g_sqrt_table[1024] =
+ int16u g_sqrt_table[1024] =
{
0,
2048,2896,3547,4096,4579,5017,5418,5793,6144,6476,6792,7094,7384,7663,7932,8192,8444,
@@ -100,7 +100,7 @@ namespace agg
};
- int8 g_elder_bit_table[256] =
+ int8 g_elder_bit_table[256] =
{
0,0,1,1,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
@@ -111,5 +111,5 @@ namespace agg
7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,
7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7
};
-
+
}