Removes all Tab characters into agg-plot to use only spaces - gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
path: root/agg-plot/utils.h
diff options
context:
space:
mode:
authorFrancesco Abbate <francesco.bbt@gmail.com>2012年06月27日 17:45:49 +0200
committerFrancesco Abbate <francesco.bbt@gmail.com>2012年06月27日 17:45:49 +0200
commit1b2fab01c5b721e793a27dd5f5e67eab65a4fd78 (patch)
tree475b9aaa3cd1693c0a83bf965e039c214274ab6b /agg-plot/utils.h
parentf31d5249020fd59ae6f997c870efa9baac05ca05 (diff)
downloadgsl-shell-1b2fab01c5b721e793a27dd5f5e67eab65a4fd78.tar.gz
Removes all Tab characters into agg-plot to use only spaces
Diffstat (limited to 'agg-plot/utils.h')
-rw-r--r--agg-plot/utils.h 6
1 files changed, 3 insertions, 3 deletions
diff --git a/agg-plot/utils.h b/agg-plot/utils.h
index a6a0a5df..d235745e 100644
--- a/agg-plot/utils.h
+++ b/agg-plot/utils.h
@@ -50,12 +50,12 @@ private:
inline bool is_unit_matrix(const agg::trans_affine& m, double eps = 1.0e-5)
{
- return (fabs(m.sx - 1.0) < eps && fabs(m.shx) < eps && \
- fabs(m.shy) < eps && fabs(m.sy - 1.0) < eps);
+ return (fabs(m.sx - 1.0) < eps && fabs(m.shx) < eps &&
+ fabs(m.shy) < eps && fabs(m.sy - 1.0) < eps);
}
extern void trans_affine_compose (agg::trans_affine& a,
- const agg::trans_affine& b);
+ const agg::trans_affine& b);
extern agg::trans_affine identity_matrix;
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月13日 13:07:23 +0000

AltStyle によって変換されたページ (->オリジナル) /