]> Git Repo - binutils.git/blobdiff - gdb/testsuite/gdb.perf/skip-command.py
Automatic date update in version.in
[binutils.git] / gdb / testsuite / gdb.perf / skip-command.py
index 12c28f20be5854729c2769ce136d5fe1cfee72dd..d565b2136aa2dfcf643863c1a99e39865f77bf04 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016 Free Software Foundation, Inc.
+# Copyright (C) 2016-2022 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 
 from perftest import perftest
 
-class SkipCommand (perftest.TestCaseWithBasicMeasurements):
+
+class SkipCommand(perftest.TestCaseWithBasicMeasurements):
     def __init__(self, name, step):
-        super (SkipCommand, self).__init__ (name)
+        super(SkipCommand, self).__init__(name)
         self.step = step
 
     def warm_up(self):
This page took 0.02616 seconds and 4 git commands to generate.