Skip to content

Commit

Permalink
[mono] Sync offsets-tool/clang python bindings with upstream (dotnet#…
Browse files Browse the repository at this point in the history
…93545)

They ran a code formatter upstream so this is effectively a no-op change but will make future diffs easier.
  • Loading branch information
akoeplinger authored Oct 16, 2023
1 parent 8e1e6f5 commit 3eae196
Show file tree
Hide file tree
Showing 3 changed files with 694 additions and 1,042 deletions.
7 changes: 3 additions & 4 deletions src/mono/mono/tools/offsets-tool/clang/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#===- __init__.py - Clang Python Bindings --------------------*- python -*--===#
# ===- __init__.py - Clang Python Bindings --------------------*- python -*--===#
#
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#
#===------------------------------------------------------------------------===#
# ===------------------------------------------------------------------------===#

r"""
Clang Library Bindings
Expand All @@ -19,5 +19,4 @@
Bindings for the Clang indexing library.
"""

__all__ = ['cindex']

__all__ = ["cindex"]
Loading

0 comments on commit 3eae196

Please sign in to comment.