From 47aeddab07454cf0e0bbc23a0396e28ca7063e32 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Mon, 14 Jun 2010 12:52:19 +0000 Subject: [PATCH] whitespace git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34652 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Buffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Buffer.cpp b/src/Buffer.cpp index fcbf23e24d..31fbd44d54 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -2001,7 +2001,7 @@ void Buffer::dispatch(FuncRequest const & func, DispatchResult & dr) branch = branch_list.find(branch_name); string const x11hexname = X11hexname(branch->color()); docstring const str = branch_name + ' ' + from_ascii(x11hexname); - lyx::dispatch(FuncRequest(LFUN_SET_COLOR, str)); + lyx::dispatch(FuncRequest(LFUN_SET_COLOR, str)); dr.setError(false); dr.update(Update::Force); } -- 2.39.2