commit | 67948d312df615ec4ea65b8a8e8b82171371f725 | [log] [tgz] |
---|---|---|
author | clang-format <noreply@google.com> | Wed Sep 07 22:40:40 2016 -0700 |
committer | James Zern <jzern@google.com> | Thu Sep 15 16:41:21 2016 -0700 |
tree | e974c17fcca7a7192fbd8a77af9120bc35058624 | |
parent | 964a717acfba22d51933433b39ce3e8db3775a37 [diff] [blame] |
apply clang-format Change-Id: If22018f8911d9d7ee99c2127bdfcc56e42b0e2d7
diff --git a/aomenc.c b/aomenc.c index 2f856d2..31f26c0 100644 --- a/aomenc.c +++ b/aomenc.c
@@ -1967,8 +1967,7 @@ if (global.pass && global.passes == 2) FOREACH_STREAM({ if (!stream->config.stats_fn) - die( - "Stream %d: Must specify --fpf when --pass=%d" + die("Stream %d: Must specify --fpf when --pass=%d" " and --passes=2\n", stream->index, global.pass); });