mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
swr/rast: gen_backends.py remove extraneous semicolon
Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>
This commit is contained in:
parent
f87ff64850
commit
5eecaca911
1 changed files with 2 additions and 1 deletions
|
|
@ -40,7 +40,8 @@ def main(args=sys.argv[1:]):
|
|||
parser.add_argument('--hpp', help='Generate hpp file', action='store_true', default=False)
|
||||
parser.add_argument('--cmake', help='Generate cmake file', action='store_true', default=False)
|
||||
|
||||
args = parser.parse_args(args);
|
||||
args = parser.parse_args(args)
|
||||
|
||||
|
||||
class backendStrs :
|
||||
def __init__(self) :
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue