diff options
Diffstat (limited to 'compiler-rt/lib/xray')
-rw-r--r-- | compiler-rt/lib/xray/xray_fdr_log_writer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/xray/xray_fdr_log_writer.h b/compiler-rt/lib/xray/xray_fdr_log_writer.h index dbd1a98fe66..7712e137776 100644 --- a/compiler-rt/lib/xray/xray_fdr_log_writer.h +++ b/compiler-rt/lib/xray/xray_fdr_log_writer.h @@ -41,7 +41,7 @@ template <size_t Index> struct SerializerImpl { Index >= std::tuple_size<typename std::remove_reference< Tuple>::type>::value, int>::type = 0> - static void serializeTo(char *, Tuple &&){}; + static void serializeTo(char *, Tuple &&) {} }; using Serializer = SerializerImpl<0>; |