From de35c25d8dad3e2d7626063d3b16e14163966912 Mon Sep 17 00:00:00 2001 From: Michael Schmitt Date: Sat, 26 May 2007 11:25:41 +0000 Subject: [PATCH] * src/insets/InsetInclude.cpp: formatting (in response to r18445) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18517 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetInclude.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/insets/InsetInclude.cpp b/src/insets/InsetInclude.cpp index a9d0391a73..02810cb2c3 100644 --- a/src/insets/InsetInclude.cpp +++ b/src/insets/InsetInclude.cpp @@ -380,7 +380,8 @@ Buffer * getChildBuffer(Buffer const & buffer, InsetCommandParams const & params //FIXME RECURSIVE INCLUDES if (childBuffer == & buffer) return 0; - else return childBuffer; + else + return childBuffer; }