diff options
Diffstat (limited to 'test/indent')
| -rw-r--r-- | test/indent/octave.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/indent/octave.m b/test/indent/octave.m index 5ce52ad7a19..4c2fa6c8435 100644 --- a/test/indent/octave.m +++ b/test/indent/octave.m | |||
| @@ -19,7 +19,7 @@ function res = tcomp (fn) | |||
| 19 | pop = x(:,1:10)(:); | 19 | pop = x(:,1:10)(:); |
| 20 | ## Here and below, we test if the indentation aligns with a previous | 20 | ## Here and below, we test if the indentation aligns with a previous |
| 21 | ## fixindented line. This is important so as to make it easier for the | 21 | ## fixindented line. This is important so as to make it easier for the |
| 22 | ## user to verride some indentation somewhere, and also because it | 22 | ## user to override some indentation somewhere, and also because it |
| 23 | ## reflects the fact that the indentation decision is taken with a minimum | 23 | ## reflects the fact that the indentation decision is taken with a minimum |
| 24 | ## amount of work (i.e. in the present case, without having to walk back | 24 | ## amount of work (i.e. in the present case, without having to walk back |
| 25 | ## until the `function' line). | 25 | ## until the `function' line). |