Struan Clark преди 2 години
родител
ревизия
26552bdaac
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      flipbip.c

+ 1 - 1
flipbip.c

@@ -193,7 +193,7 @@ int32_t flipbip_app(void* p) {
     view_dispatcher_attach_to_gui(app->view_dispatcher, app->gui, ViewDispatcherTypeFullscreen);
 
     scene_manager_next_scene(app->scene_manager, FlipBipSceneMenu); //Start with menu
-    
+
     furi_hal_power_suppress_charge_enter();
 
     view_dispatcher_run(app->view_dispatcher);