aboutsummaryrefslogtreecommitdiffhomepage
path: root/autoload.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-03-31 10:01:39 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-03-31 10:01:39 -0700
commit0d3169ef70032559e201a500aff2197a2854aa72 (patch)
tree89971815f95f8826ad1eee19985147d0635ca2ea /autoload.cpp
parentfe3b439e31ce893d9345112e95a031aa5ec11183 (diff)
Run restyle.sh to enforce style rules.
Diffstat (limited to 'autoload.cpp')
-rw-r--r--autoload.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload.cpp b/autoload.cpp
index 5a72a5cd..5e93ac1a 100644
--- a/autoload.cpp
+++ b/autoload.cpp
@@ -94,7 +94,7 @@ int autoload_t::load(const wcstring &cmd, bool reload)
this->last_path = path_var;
this->last_path_tokenized.clear();
tokenize_variable_array(this->last_path, this->last_path_tokenized);
-
+
scoped_lock locker(lock);
this->evict_all_nodes();
}