Skip to content

Commit

Permalink
cmake --build build --target black-fix-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hanw committed Oct 22, 2024
1 parent e9cad7c commit c80c0cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions backends/tofino/bf-p4c/driver/barefoot.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
#!/usr/bin/env python3

# Copyright (C) 2024 Intel Corporation
#
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy
# of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing, software distributed
# under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
# CONDITIONS OF ANY KIND, either express or implied. See the License for the
# specific language governing permissions and limitations under the License.
#
#
# SPDX-License-Identifier: Apache-2.0

# -*- Python -*-
Expand Down
8 changes: 4 additions & 4 deletions backends/tofino/bf-p4c/logging/generate_logging.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
#! /usr/bin/env python3

# Copyright (C) 2024 Intel Corporation
#
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy
# of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing, software distributed
# under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
# CONDITIONS OF ANY KIND, either express or implied. See the License for the
# specific language governing permissions and limitations under the License.
#
#
# SPDX-License-Identifier: Apache-2.0
#
# This script reads in a json schema document and generates a set of C++
Expand Down

0 comments on commit c80c0cf

Please sign in to comment.