summaryrefslogtreecommitdiff
path: root/vpx_ports
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2018-01-11 15:20:08 -0800
committerJohann <johannkoenig@google.com>2018-01-12 09:15:22 -0800
commiteb20d6f64cb22c04ed47986721a0b8a11d782aea (patch)
tree8651ff8b61a13eb764cf5a28559aacf12844bdfa /vpx_ports
parentb4fb99220b037bddebe708a8b9542f41de7e31bd (diff)
downloadlibvpx-eb20d6f64cb22c04ed47986721a0b8a11d782aea.tar
libvpx-eb20d6f64cb22c04ed47986721a0b8a11d782aea.tar.gz
libvpx-eb20d6f64cb22c04ed47986721a0b8a11d782aea.tar.bz2
libvpx-eb20d6f64cb22c04ed47986721a0b8a11d782aea.zip
clang-format v5.0.0 mem_ops.h
Remove trailing empty line to keep the comment from being indented. https://bugs.llvm.org/show_bug.cgi?id=35930 Change-Id: I6c51f7afb4cc47f03a190b4c90e29e4ff1e0c689
Diffstat (limited to 'vpx_ports')
-rw-r--r--vpx_ports/mem_ops.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vpx_ports/mem_ops.h b/vpx_ports/mem_ops.h
index 343f27577..b0608591f 100644
--- a/vpx_ports/mem_ops.h
+++ b/vpx_ports/mem_ops.h
@@ -224,5 +224,4 @@ static VPX_INLINE void mem_put_le32(void *vmem, MEM_VALUE_T val) {
mem[3] = (MAU_T)((val >> 24) & 0xff);
}
/* clang-format on */
-
#endif // VPX_PORTS_MEM_OPS_H_