Skip to content

Commit

Permalink
[wiki] formatting change
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hall <hsw@openmoko.com>
  • Loading branch information
hxw committed Mar 23, 2011
1 parent ba39c9d commit 0a52f28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wiki/wikilib.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,7 @@ void handle_search_key(struct keyboard_key *key, unsigned long ev_time)
keyboard_set_mode(KEYBOARD_NONE);
wiki_selection();
return;
}
else if (keycode == WL_KEY_TEMPERATURE) {
} else if (keycode == WL_KEY_TEMPERATURE) {
delay_us(100000);
temperature_mode ++;
temperature_mode %= 3;
Expand Down

0 comments on commit 0a52f28

Please sign in to comment.