Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-keyboard@1543 b067294f-1dea-0310-9683-c47a78595994
  • Loading branch information
ross committed May 17, 2007
1 parent 783bb48 commit ec478a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/matchbox-keyboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,19 @@ mb_kbd_new (int argc, char **argv)
continue;
}

if (streq ("-o", argv[i]) || streq ("--orientation", argv[i]))
if (streq ("-o", argv[i]) || streq ("--orientation", argv[i]))
{
if (++i>=argc) mb_kbd_usage (argv[0]);

if (streq(argv[i], "portrait"))
{
orientation = MBKeyboardDisplayPortrait;
orientation = MBKeyboardDisplayPortrait;
}
else if (streq(argv[i], "landscape"))
{
orientation = MBKeyboardDisplayLandscape;
orientation = MBKeyboardDisplayLandscape;
}
else
else
mb_kbd_usage (argv[0]);

continue;
Expand Down

0 comments on commit ec478a4

Please sign in to comment.