changeset 6216:49c82acd30b2

scripts: fix X mode on code formatting scripts
author Mads Kiilerich <madski@unity3d.com>
date Mon, 19 Sep 2016 22:39:26 +0200
parents 5eec79420ce3
children 8d98924c58b1
files docs/usage/performance.rst scripts/dbmigrate-test scripts/generate-ini.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/usage/performance.rst	Tue Sep 13 18:01:19 2016 +0200
+++ b/docs/usage/performance.rst	Mon Sep 19 22:39:26 2016 +0200
@@ -37,7 +37,7 @@
     several HTTP requests are served from the same Python process at once. That
     can in principle give better utilization of internal caches and less
     process overhead.
-    
+
     One danger of running multithreaded is that program execution becomes much
     more complex; programs must be written to consider all combinations of
     events and problems might depend on timing and be impossible to reproduce.