Fix indenting view.c.

This commit is contained in:
Dave Davenport 2016-09-17 18:35:03 +02:00
parent 3e272b2b00
commit 6191662ccf
1 changed files with 5 additions and 5 deletions

View File

@ -1364,7 +1364,7 @@ static void rofi_view_refilter ( RofiViewState *state )
rofi_view_resize ( state ); rofi_view_resize ( state );
rofi_view_calculate_window_position ( state ); rofi_view_calculate_window_position ( state );
rofi_view_window_update_size ( state ); rofi_view_window_update_size ( state );
g_log ( LOG_DOMAIN, G_LOG_LEVEL_DEBUG, "Resize based on re-filter"); g_log ( LOG_DOMAIN, G_LOG_LEVEL_DEBUG, "Resize based on re-filter" );
} }
} }
state->refilter = FALSE; state->refilter = FALSE;
@ -1943,7 +1943,7 @@ void rofi_view_hide ( void )
void rofi_view_cleanup () void rofi_view_cleanup ()
{ {
if ( CacheState.idle_timeout > 0 ){ if ( CacheState.idle_timeout > 0 ) {
g_source_remove ( CacheState.idle_timeout ); g_source_remove ( CacheState.idle_timeout );
CacheState.idle_timeout = 0; CacheState.idle_timeout = 0;
} }