Skip to content

Commit 9a15850

Browse files
committed
Minor format fix
1 parent 3a89b9e commit 9a15850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/symbols/dwarf/dwarf_utils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ namespace libdwarf {
7272
#if !(defined(__GNUC__) && (__GNUC__ < 5))
7373
std::is_trivially_copyable<T>::value &&
7474
#endif
75-
sizeof(T) <= 16,
75+
sizeof(T) <= 16,
7676
int
7777
>::type = 0
7878
>

0 commit comments

Comments
 (0)