]> git.lyx.org Git - lyx.git/blobdiff - src/CoordCache.cpp
installer: uninstall fixes
[lyx.git] / src / CoordCache.cpp
index d1d41e3968f1a1002aabd5842bb938dbec1e058d..6926dab322a86a99dd2c01dcf501f9d1287ddf37 100644 (file)
@@ -32,12 +32,13 @@ Point::Point(int x, int y)
        LASSERT(y <  1000000, /**/);
 }
 
+
 // just a helper to be able to set a breakpoint
 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);
 }