]> git.lyx.org Git - lyx.git/blobdiff - src/CoordCache.cpp
Include the recently added test files in package
[lyx.git] / src / CoordCache.cpp
index d1d41e3968f1a1002aabd5842bb938dbec1e058d..4c9e8800927058d6dd0548d92579e19be9eb1f59 100644 (file)
@@ -37,7 +37,7 @@ void lyxbreaker(void const * data, const char * hint, int size)
 {
        LYXERR0("break on pointer: " << data << " hint: " << hint
                << " size: " << size);
-        LASSERT(false, return);
+       LASSERT(false, return);
 }