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