mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* 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
This commit is contained in:
parent
3fdbf5b9c4
commit
de35c25d8d
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user