1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-07-31 21:59:25 -04:00

Fix indenting view.c.

This commit is contained in:
Dave Davenport 2016-09-17 18:35:03 +02:00
parent 3e272b2b00
commit 6191662ccf

View file

@ -1364,7 +1364,7 @@ static void rofi_view_refilter ( RofiViewState *state )
rofi_view_resize ( state );
rofi_view_calculate_window_position ( 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;
@ -1943,7 +1943,7 @@ void rofi_view_hide ( void )
void rofi_view_cleanup ()
{
if ( CacheState.idle_timeout > 0 ){
if ( CacheState.idle_timeout > 0 ) {
g_source_remove ( CacheState.idle_timeout );
CacheState.idle_timeout = 0;
}