X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fboost.C;h=10494e226ad8ed57d0d0c36101edfed264d08906;hb=17cc48720a11a3ed65d9de29d5e7a2d29f9a41f0;hp=2a6570d8818b1a68762942651e2da52556f99d16;hpb=50257b86904437b6695a7a9a823fbe4301ba0ce3;p=lyx.git diff --git a/src/boost.C b/src/boost.C index 2a6570d881..10494e226a 100644 --- a/src/boost.C +++ b/src/boost.C @@ -34,13 +34,13 @@ namespace { void emergencyCleanup() { - static bool didCleanup; - if (didCleanup) - return; + static bool didCleanup; + if (didCleanup) + return; - didCleanup = true; + didCleanup = true; - LyX::cref().emergencyCleanup(); + LyX::cref().emergencyCleanup(); } }