Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilZ-cwm6 committed Aug 9, 2014
1 parent 45ab748 commit f1cd013
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ ifeq ($(BOARD_RECOVERY_USE_LIBTAR),true)
LOCAL_STATIC_LIBRARIES += libtar_recovery
endif

ifeq ($(TARGET_USERIMAGES_USE_F2FS), true)
ifeq ($(TARGET_USERIMAGES_USE_F2FS),true)
LOCAL_CFLAGS += -DUSE_F2FS
LOCAL_STATIC_LIBRARIES += libmake_f2fs libfsck_f2fs libfibmap_f2fs
endif
Expand Down Expand Up @@ -211,7 +211,7 @@ ifneq ($(BOARD_HAS_NO_FB2PNG),true)
RECOVERY_LINKS += fb2png
endif

ifeq ($(TARGET_USERIMAGES_USE_F2FS), true)
ifeq ($(TARGET_USERIMAGES_USE_F2FS),true)
RECOVERY_LINKS += mkfs.f2fs fsck.f2fs fibmap.f2fs
endif

Expand Down
2 changes: 1 addition & 1 deletion ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ static int gShowBackButton = 1;
static int gShowBackButton = 0;
#endif

#define UI_WAIT_KEY_TIMEOUT_SEC 3600
#define UI_WAIT_KEY_TIMEOUT_SEC 3600
#define UI_KEY_REPEAT_INTERVAL 80
#define UI_KEY_WAIT_REPEAT 400
#define UI_UPDATE_PROGRESS_INTERVAL 300
Expand Down

0 comments on commit f1cd013

Please sign in to comment.