From fea67c3cbf2c6dfda80475861e55e9100e480f8f Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Wed, 4 Jan 2006 02:26:34 +0000 Subject: [PATCH] SVN_SILENT: Whitespace. svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=494063 --- dviRenderer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dviRenderer.cpp b/dviRenderer.cpp index 8844abc60..d19465618 100644 --- a/dviRenderer.cpp +++ b/dviRenderer.cpp @@ -232,7 +232,7 @@ void dviRenderer::showThatSourceInformationIsPresent() if (showMsg) { KDialogBase dialog(i18n("KDVI: Information"), KDialogBase::Yes, KDialogBase::Yes, KDialogBase::Yes, - parentWidget, "information", true, true,KStdGuiItem::ok() ); + parentWidget, "information", true, true, KStdGuiItem::ok()); KVBox *topcontents = new KVBox (&dialog); topcontents->setSpacing(KDialog::spacingHint()*2);