Commit 7e1cb323 authored by Victor Zverovich's avatar Victor Zverovich

Fix indentation

parent f67783d7
...@@ -149,7 +149,7 @@ template and implement ``parse`` and ``format`` methods:: ...@@ -149,7 +149,7 @@ template and implement ``parse`` and ``format`` methods::
ctx.out(), ctx.out(),
presentation == 'f' ? "({:.1f}, {:.1f})" : "({:.1e}, {:.1e})", presentation == 'f' ? "({:.1f}, {:.1f})" : "({:.1e}, {:.1e})",
p.x, p.y); p.x, p.y);
} }
}; };
Then you can pass objects of type ``point`` to any formatting function:: Then you can pass objects of type ``point`` to any formatting function::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment