diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-19 17:05:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-19 17:05:11 +0100 |
| commit | cdf97239b1d5d4e6f8db7e909df9c5045fc4f65f (patch) | |
| tree | aaf9223d61d06a6bab1b5037a014a49748a9c20d | |
| parent | 5374dde4a0057066697c4963ce30f025980dc3c1 (diff) | |
Tweak some white space.
| -rw-r--r-- | src/lib/create_cli.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/create_cli.cc b/src/lib/create_cli.cc index c2b5e210a..de53600a0 100644 --- a/src/lib/create_cli.cc +++ b/src/lib/create_cli.cc @@ -111,7 +111,7 @@ argument_option(int& n, int argc, char* argv[], string short_name, string long_n template <class T> void -argument_option ( +argument_option( int& n, int argc, char* argv[], @@ -146,8 +146,8 @@ argument_option ( } -CreateCLI::CreateCLI (int argc, char* argv[]) - : version (false) +CreateCLI::CreateCLI(int argc, char* argv[]) + : version(false) { optional<string> dcp_content_type_string; string container_ratio_string; @@ -284,7 +284,7 @@ CreateCLI::CreateCLI (int argc, char* argv[]) c.gain = gain; c.kdm = kdm; c.cpl = cpl; - content.push_back (c); + content.push_back(c); next_frame_type = VideoFrameType::TWO_D; channel = {}; gain = {}; @@ -315,7 +315,7 @@ CreateCLI::CreateCLI (int argc, char* argv[]) } if (!container_ratio_string.empty()) { - _container_ratio = Ratio::from_id (container_ratio_string); + _container_ratio = Ratio::from_id(container_ratio_string); if (!_container_ratio) { error = String::compose("%1: unrecognised container ratio %2", argv[0], container_ratio_string); return; |
