From eb79a98e01cfe189a6e45b7c683697396b650482 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Mon, 23 Mar 2015 21:58:45 -0400 Subject: [PATCH] Whitespace. --- src/insets/InsetInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetInfo.cpp b/src/insets/InsetInfo.cpp index 3d35e293e0..e70b519e06 100644 --- a/src/insets/InsetInfo.cpp +++ b/src/insets/InsetInfo.cpp @@ -397,7 +397,7 @@ void InsetInfo::updateInfo() case ICON_INFO: { FuncRequest func = lyxaction.lookupFunc(name_); docstring icon_name = frontend::Application::iconName(func, true); - //FIXME: We should use the icon directly instead of + // FIXME: We should use the icon directly instead of // going through FileName. The code below won't work // if the icon is embedded in the executable through // the Qt resource system.