[nautilus/wip/antoniof/update-starred-uris] fixup! Actually fix style
- From: António Fernandes <antoniof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/antoniof/update-starred-uris] fixup! Actually fix style
- Date: Thu, 10 Sep 2020 18:56:36 +0000 (UTC)
commit 2d29352d854087af9ef802a7f88b39e435e54cc4
Author: António Fernandes <antoniojpfernandes gmail com>
Date: Thu Sep 10 18:56:36 2020 +0000
fixup! Actually fix style
src/nautilus-tag-manager.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/nautilus-tag-manager.c b/src/nautilus-tag-manager.c
index 649ccd765..341723126 100644
--- a/src/nautilus-tag-manager.c
+++ b/src/nautilus-tag-manager.c
@@ -707,7 +707,7 @@ update_moved_uris_callback (GObject *object,
{
g_autoptr (GError) error = NULL;
/* Taking ownership of new_uris and its elements */
- GList/*<owned gchar*>*/ *new_uris = user_data;
+ GList /*<owned gchar *>*/ *new_uris = user_data;
tracker_sparql_connection_update_finish (TRACKER_SPARQL_CONNECTION (object),
result,
@@ -735,7 +735,7 @@ update_moved_uris_callback (GObject *object,
* @self: The tag manager singleton
* @src: The original location as a #GFile
* @dest: The new location as a #GFile
- *
+ *
* Checks whether the rename/move operation (@src to @dest) has modified
* the URIs of any starred files, and updates the database accordingly.
*/
@@ -747,8 +747,8 @@ nautilus_tag_manager_update_moved_uris (NautilusTagManager *self,
GHashTableIter starred_iter;
gchar *starred_uri;
g_autoptr (GString) query = NULL;
- g_autoptr (GList /* <unowned gchar*> */) old_uris = NULL;
- g_autoptr (GList /* <owned gchar*> */) new_uris = NULL;
+ g_autoptr (GList /*<unowned gchar *>*/) old_uris = NULL;
+ g_autoptr (GList /*<owned gchar *>*/) new_uris = NULL;
if (!self->database_ok)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]