From 3884a7712b74c09d4216b856464d6c3cdd9e3476 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 9 Mar 2020 19:34:31 +0100 Subject: fmt all src/allocators using yapf --- src/allocators/tcmallocs.py | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'src/allocators/tcmallocs.py') diff --git a/src/allocators/tcmallocs.py b/src/allocators/tcmallocs.py index 3d61226..980c566 100644 --- a/src/allocators/tcmallocs.py +++ b/src/allocators/tcmallocs.py @@ -14,14 +14,11 @@ # # You should have received a copy of the GNU General Public License # along with allocbench. If not, see . - """Collection containing all glibc variants""" import src.allocators.tcmalloc as tcm - -allocators = [tcm.tcmalloc, - tcm.tcmalloc_align, - tcm.tcmalloc_gperftools_nofs, - tcm.tcmalloc_gperftools_align, - tcm.tcmalloc_gperftools_cacheline_exclusive] +allocators = [ + tcm.tcmalloc, tcm.tcmalloc_align, tcm.tcmalloc_gperftools_nofs, + tcm.tcmalloc_gperftools_align, tcm.tcmalloc_gperftools_cacheline_exclusive +] -- cgit v1.2.3