mirror of
https://github.com/boostorg/multi_array.git
synced 2026-01-26 18:52:19 +00:00
Removed tabs from files.
[SVN r14470]
This commit is contained in:
@@ -23,7 +23,7 @@ test_main(int,char**)
|
||||
for (array::index i = 0; i != 2; ++i)
|
||||
for (array::index j = 0; j != 3; ++j)
|
||||
for (array::index k = 0; k != 4; ++k)
|
||||
sma[i][j][k] = num++;
|
||||
sma[i][j][k] = num++;
|
||||
|
||||
const array& sma_const = sma;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user