Format with latest black

This commit is contained in:
Dustin Spicuzza 2021-11-25 22:51:08 -05:00
parent 420f293ead
commit 5f57509568
2 changed files with 4 additions and 2 deletions

View File

@ -2959,6 +2959,7 @@ def test_class_volatile():
) )
) )
def test_class_mutable(): def test_class_mutable():
content = """ content = """
class Foo class Foo

View File

@ -822,6 +822,7 @@ def test_fn_trailing_return_std_function():
) )
) )
def test_inline_volatile_fn(): def test_inline_volatile_fn():
content = """ content = """
inline int Standard_Atomic_Increment (volatile int* theValue); inline int Standard_Atomic_Increment (volatile int* theValue);