Skip to content

Commit

Permalink
Remove clang-format off from Windows audio driver
Browse files Browse the repository at this point in the history
  • Loading branch information
madmiraal committed Jan 18, 2025
1 parent 7151e79 commit 98ab68e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions platform/windows/windows_audio_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
#ifndef PKEY_Device_FriendlyName

#undef DEFINE_PROPERTYKEY
/* clang-format off */
#define DEFINE_PROPERTYKEY(id, a, b, c, d, e, f, g, h, i, j, k, l) \
const PROPERTYKEY id = { { a, b, c, { d, e, f, g, h, i, j, k, } }, l };
/* clang-format on */
#define DEFINE_PROPERTYKEY(id, a, b, c, d, e, f, g, h, i, j, k, l) \
const PROPERTYKEY id = { \
{a, b, c, {d, e, f, g, h, i, j, k}}, \
l \
};

DEFINE_PROPERTYKEY(
PKEY_Device_FriendlyName,
Expand Down

0 comments on commit 98ab68e

Please sign in to comment.