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);
       });