Skip to content

Commit

Permalink
clean trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jdsn committed Oct 16, 2012
1 parent a0788d1 commit 6ceea75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clients/online_update_configuration.ycp
Expand Up @@ -58,7 +58,7 @@

// we always need the next button and never the back button
Wizard::SetContents (moduleTitle, contents, help, false, true);

if( Mode::normal() )
Wizard::SetDesktopTitleAndIcon ("online_update_configuration");
else
Expand All @@ -76,7 +76,7 @@
string replaceUpdateRepoString = OnlineUpdateConfiguration::currentUpdateRepo;


if ( OnlineUpdateConfiguration::compareUpdateURLs( OnlineUpdateConfiguration::currentUpdateRepo,
if ( OnlineUpdateConfiguration::compareUpdateURLs( OnlineUpdateConfiguration::currentUpdateRepo,
OnlineUpdateConfiguration::defaultUpdateRepo, false ) )
{// in this case - we have default update repo installed
replaceUpdateRepoString = OnlineUpdateConfiguration::currentUpdateRepo + " " + defaultMark;
Expand Down

0 comments on commit 6ceea75

Please sign in to comment.