From 2ae92dcc97765deb2845dd07a338858aeb375cb3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 24 Jun 2015 14:13:37 +0100 Subject: No-op: whitespace. --- src/types.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index bfcc5a3f..1cd116c9 100644 --- a/src/types.h +++ b/src/types.h @@ -49,7 +49,7 @@ struct Size float ratio () const { return float (width) / height; } - + int width; int height; }; @@ -147,7 +147,7 @@ public: extern bool operator== (Fraction const & a, Fraction const & b); extern bool operator!= (Fraction const & a, Fraction const & b); -extern std::ostream& operator<< (std::ostream& s, Fraction const & f); +extern std::ostream& operator<< (std::ostream& s, Fraction const & f); /** @struct EqualityOptions * @brief A class to describe what "equality" means for a particular test. @@ -158,7 +158,7 @@ extern std::ostream& operator<< (std::ostream& s, Fraction const & f); struct EqualityOptions { /** Construct an EqualityOptions where nothing at all can differ */ - EqualityOptions () + EqualityOptions () : max_mean_pixel_error (0) , max_std_dev_pixel_error (0) , max_audio_sample_error (0) -- cgit v1.2.3