From 229a746ceba3949144eaede0ddcc9394b6a4c065 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 12 Feb 2013 23:26:59 +0000 Subject: [PATCH] Formatting. --- src/lib/util.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/util.cc b/src/lib/util.cc index 340b76b57..483d12d45 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -335,7 +335,8 @@ md5_digest (string file) return s.str (); } -static bool about_equal (float a, float b) +static bool +about_equal (float a, float b) { /* A film of F seconds at f FPS will be Ff frames; Consider some delta FPS d, so if we run the same -- 2.30.2