summaryrefslogtreecommitdiff
path: root/agg/inc/agg_conv_transform.h
diff options
context:
space:
mode:
Diffstat (limited to 'agg/inc/agg_conv_transform.h')
-rwxr-xr-xagg/inc/agg_conv_transform.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/agg/inc/agg_conv_transform.h b/agg/inc/agg_conv_transform.h
index fb2dddcef617..580e34b63e56 100755
--- a/agg/inc/agg_conv_transform.h
+++ b/agg/inc/agg_conv_transform.h
@@ -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.
//
@@ -35,9 +35,9 @@ namespace agg
void set_source(VertexSource& source) { m_source = &source; }
- void rewind(unsigned id)
- {
- m_source->rewind(id);
+ void rewind(unsigned id)
+ {
+ m_source->rewind(id);
}
unsigned vertex(double* x, double* y)
@@ -62,7 +62,7 @@ namespace agg
private:
conv_transform(const conv_transform<VertexSource>&);
- const conv_transform<VertexSource>&
+ const conv_transform<VertexSource>&
operator = (const conv_transform<VertexSource>&);
VertexSource* m_source;