mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-03 10:40:39 +08:00
Bug #1800: Guard against misleading indentation
This commit is contained in:
parent
00de570793
commit
bcbaad6d87
@ -15,6 +15,9 @@ using namespace std;
|
|||||||
int main(int, char**)
|
int main(int, char**)
|
||||||
{
|
{
|
||||||
cout.precision(3);
|
cout.precision(3);
|
||||||
|
// intentionally remove indentation of snippet
|
||||||
|
{
|
||||||
${snippet_source_code}
|
${snippet_source_code}
|
||||||
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user