From 7b3a8e9bf53eadf1c111db8b657a6dd236c04bd9 Mon Sep 17 00:00:00 2001 From: Hamish Milne Date: Fri, 10 Apr 2020 20:22:40 +0100 Subject: [PATCH] Fix clang format --- src/core/movie.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/movie.h b/src/core/movie.h index e578b909c..eff148090 100644 --- a/src/core/movie.h +++ b/src/core/movie.h @@ -42,8 +42,8 @@ public: return s_instance; } - void StartPlayback( - const std::string& movie_file, std::function completion_callback = [] {}); + void StartPlayback(const std::string& movie_file, + std::function completion_callback = [] {}); void StartRecording(const std::string& movie_file); /// Prepare to override the clock before playing back movies