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:
parent
3e272b2b00
commit
6191662ccf
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue