Skip to content

Commit

Permalink
Minor code reformatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
TurboGit committed Apr 29, 2024
1 parent 49ce95d commit 46fc794
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/common/collection.c
Original file line number Diff line number Diff line change
Expand Up @@ -2660,9 +2660,9 @@ void dt_collection_update_query(const dt_collection_t *collection,
/* update query and at last the visual */
//if(collection->clone) //TODO: check whether we need an
//unconditional update here, slowing down the UI
dt_collection_update(collection); // if original collection, this
// update will be made by a
// signal handler
dt_collection_update(collection); // if original collection, this
// update will be made by a
// signal handler

// remove from selected images where not in this query.
sqlite3_stmt *stmt = NULL;
Expand Down

0 comments on commit 46fc794

Please sign in to comment.