summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjkoan <jkoan@gmx.de>2019-05-25 11:29:31 +0200
committerjkoan <jkoan@users.noreply.github.com>2019-06-14 07:35:02 +0200
commit521d97e32c4e7fccce924709eb4974e818644c0a (patch)
tree35a480c079d8850e4e8d119173061d0df01f0fd6
parent8ca3331c469c3724a558b6829c31cd2b9822cc93 (diff)
downloadnavit-521d97e32c4e7fccce924709eb4974e818644c0a.tar.gz
fix:style:Fix tabs vs. spaces
-rw-r--r--navit/bookmarks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/navit/bookmarks.c b/navit/bookmarks.c
index 54be384b7..5df36b7a3 100644
--- a/navit/bookmarks.c
+++ b/navit/bookmarks.c
@@ -363,7 +363,7 @@ static int bookmarks_store_bookmarks_to_file(struct bookmarks *this_, int limit
}
#ifdef FlushFileBuffers
- FlushFileBuffers(f)
+ FlushFileBuffers(f)
#endif FlushFileBuffers
fclose(f);
@@ -377,7 +377,7 @@ static int bookmarks_store_bookmarks_to_file(struct bookmarks *this_, int limit
unlink(this_->bookmark_file);
#ifdef _POSIX
- sync();
+ sync();
#endif _POSIX
result=(rename(this_->working_file,this_->bookmark_file)==0);
if (!result) {