summaryrefslogtreecommitdiffstats
path: root/base/file_path.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/file_path.cc')
-rw-r--r--base/file_path.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/file_path.cc b/base/file_path.cc
index 406d018..b1bf687 100644
--- a/base/file_path.cc
+++ b/base/file_path.cc
@@ -291,7 +291,7 @@ std::wstring FilePath::ToWStringHack() const {
FilePath FilePath::StripTrailingSeparators() const {
FilePath new_path(path_);
new_path.StripTrailingSeparatorsInternal();
-
+
return new_path;
}