Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-08-26 12:57:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-08-26 12:57:19 +0300
commit56ec606413ef67aead62a04e8e1c7d89be90ece4 (patch)
tree20ea5e3b1f549bd76bc9f8ec6edb8d3ef9395bcf /source/blender/depsgraph/intern/debug
parent82f771b169ec6610da0c172f7624f696736f8b65 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/depsgraph/intern/debug')
-rw-r--r--source/blender/depsgraph/intern/debug/deg_debug_stats_gnuplot.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/debug/deg_debug_stats_gnuplot.cc b/source/blender/depsgraph/intern/debug/deg_debug_stats_gnuplot.cc
index bb79085ae51..47b4895942e 100644
--- a/source/blender/depsgraph/intern/debug/deg_debug_stats_gnuplot.cc
+++ b/source/blender/depsgraph/intern/debug/deg_debug_stats_gnuplot.cc
@@ -89,7 +89,7 @@ bool stat_entry_comparator(const StatsEntry& a, const StatsEntry& b)
string gnuplotify_id_code(const string& name)
{
- return string("") + name[0] + name [1];
+ return string("") + name[0] + name[1];
}
string gnuplotify_name(const string& name)