Annotate IDL GUID so clang-format will not interfere (#280)

Without the annotation, clang-format would convert
`uuid(6bef171d-7205-4b63-a1e5-d00f01e6a0c1)`
to
`uuid(6bef171d - 7205 - 4b63 - a1e5 - d00f01e6a0c1)`
which would be invalid.

Fixes #269

Signed-off-by: Dave Thaler <dthaler@ntdev.microsoft.com>
This commit is contained in:
Dave Thaler 2021-06-15 11:24:58 -07:00 коммит произвёл GitHub
Родитель a46b00c2e3
Коммит 6ad00a1449
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -11,7 +11,9 @@ import "wtypes.idl";
// Interface Attributes
//
// clang-format off
[uuid(6bef171d-7205-4b63-a1e5-d00f01e6a0c1), version(1.0), pointer_default(unique)]
// clang-format on
interface ebpf_service_interface {
// TODO: (Issue #208): This is a duplicate of EbpfMapDescriptor