diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-12 23:26:59 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-12 23:26:59 +0000 |
| commit | 229a746ceba3949144eaede0ddcc9394b6a4c065 (patch) | |
| tree | 3d1f65a95c3fea93d8aba51d3a1bc3fcf71aebd1 /src/lib | |
| parent | e7e200bdbc071ed3116905cc81c0d3e226de0298 (diff) | |
Formatting.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/util.cc | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
