aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorclang-format <noreply@google.com>2022-08-13 10:33:56 -0700
committerJames Zern <jzern@google.com>2022-08-23 15:39:57 -0700
commita3c9b9126decd2f9933005cf215107518a4413cb (patch)
tree42e3c3373fc1376108ddf0b6ebbc4c5599bfe8a5 /examples
parenta689fe68a3e304df7f6ee3f711de108282da636f (diff)
downloadlibvpx-a3c9b9126decd2f9933005cf215107518a4413cb.tar
libvpx-a3c9b9126decd2f9933005cf215107518a4413cb.tar.gz
libvpx-a3c9b9126decd2f9933005cf215107518a4413cb.tar.bz2
libvpx-a3c9b9126decd2f9933005cf215107518a4413cb.zip
.clang-format: update to clang-format-11
only store the deltas from --style Google in the file and reapply using Debian clang-format version 11.1.0-6+build1 Bug: b/229626362 Change-Id: I3e18a2e7c17a90a48405b3cf1b37ebc652aba0db
Diffstat (limited to 'examples')
-rw-r--r--examples/vp9_spatial_svc_encoder.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/vp9_spatial_svc_encoder.c b/examples/vp9_spatial_svc_encoder.c
index e85dbf8e7..d287e5831 100644
--- a/examples/vp9_spatial_svc_encoder.c
+++ b/examples/vp9_spatial_svc_encoder.c
@@ -1146,7 +1146,9 @@ int main(int argc, const char **argv) {
cx_pkt->data.twopass_stats.sz);
break;
}
- default: { break; }
+ default: {
+ break;
+ }
}
#if CONFIG_VP9_DECODER && !SIMULCAST_MODE