summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2004-10-01 12:55:45 +0000
committerAlexander Larsson <alexl@src.gnome.org>2004-10-01 12:55:45 +0000
commit738672e989db43477a94558abc47055a4eeca182 (patch)
treefc785ba34516904eea9339961aa6469578e67972 /src
parent64dd20df2635971f82e09516d9c1c4da39831420 (diff)
downloadnautilus-738672e989db43477a94558abc47055a4eeca182.tar.gz
fix indent
Diffstat (limited to 'src')
-rw-r--r--src/file-manager/fm-list-model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file-manager/fm-list-model.c b/src/file-manager/fm-list-model.c
index 911750dbc..5b6c09313 100644
--- a/src/file-manager/fm-list-model.c
+++ b/src/file-manager/fm-list-model.c
@@ -457,7 +457,7 @@ fm_list_model_sort (FMListModel *model)
new_order = g_new (int, length);
/* Note: new_order[newpos] = oldpos */
for (i = 0; i < length; ++i) {
- new_order[g_sequence_ptr_get_position(old_order[i])] = i;
+ new_order[g_sequence_ptr_get_position (old_order[i])] = i;
}
/* Let the world know about our new order */