Skip to content

Commit 935a2a1

Browse files
use black
1 parent f0c3c2b commit 935a2a1

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

setup.py

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
##===---------- setup.py - dpctl.ocldrv interface -----*- Python -*-----===##
22
##
3-
## Data Parallel Control Library (dpCtl)
3+
# Data Parallel Control Library (dpCtl)
44
##
5-
## Copyright 2020 Intel Corporation
5+
# Copyright 2020 Intel Corporation
66
##
7-
## Licensed under the Apache License, Version 2.0 (the "License");
8-
## you may not use this file except in compliance with the License.
9-
## You may obtain a copy of the License at
7+
# Licensed under the Apache License, Version 2.0 (the "License");
8+
# you may not use this file except in compliance with the License.
9+
# You may obtain a copy of the License at
1010
##
11-
## http://www.apache.org/licenses/LICENSE-2.0
11+
# http://www.apache.org/licenses/LICENSE-2.0
1212
##
13-
## Unless required by applicable law or agreed to in writing, software
14-
## distributed under the License is distributed on an "AS IS" BASIS,
15-
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
## See the License for the specific language governing permissions and
17-
## limitations under the License.
13+
# Unless required by applicable law or agreed to in writing, software
14+
# distributed under the License is distributed on an "AS IS" BASIS,
15+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
# See the License for the specific language governing permissions and
17+
# limitations under the License.
1818
##
1919
##===----------------------------------------------------------------------===##
2020
###
21-
### \file
22-
### This file builds the dpctl and dpctl.ocldrv extension modules.
21+
# \file
22+
# This file builds the dpctl and dpctl.ocldrv extension modules.
2323
##===----------------------------------------------------------------------===##
2424
import os
2525
import os.path

0 commit comments

Comments
 (0)