Mercurial > hg > octave-lyh
comparison src/graphics.cc @ 8209:2abbc8036f6a
graphics.cc: style fix
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Fri, 10 Oct 2008 14:54:47 -0400 |
parents | f6ca8ff51818 |
children | 53dbbd331498 |
comparison
equal
deleted
inserted
replaced
8208:f6ca8ff51818 | 8209:2abbc8036f6a |
---|---|
1528 t1.qsort (compare); | 1528 t1.qsort (compare); |
1529 t2.qsort (compare); | 1529 t2.qsort (compare); |
1530 | 1530 |
1531 if (t1 != t2) | 1531 if (t1 != t2) |
1532 ok = false; | 1532 ok = false; |
1533 } else | 1533 } |
1534 else | |
1534 ok = false; | 1535 ok = false; |
1535 | 1536 |
1536 if (! ok) | 1537 if (! ok) |
1537 error ("set: new children must be a permutation of existing children"); | 1538 error ("set: new children must be a permutation of existing children"); |
1538 } | 1539 } |