Skip to content

Commit e6622bd

Browse files
committed
fixup! clang-format
1 parent 94a2cae commit e6622bd

File tree

1 file changed

+1
-2
lines changed
  • lldb/test/API/functionalities/memory/find

1 file changed

+1
-2
lines changed

lldb/test/API/functionalities/memory/find/main.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#include <stdio.h>
22
#include <stdint.h>
33

4-
template<size_t T>
5-
struct [[gnu::packed]] Payload {
4+
template <size_t T> struct [[gnu::packed]] Payload {
65
uint8_t data[T];
76
};
87

0 commit comments

Comments
 (0)