]> granicus.if.org Git - libvpx/commitdiff
clang-format v5.0.0 mem_ops.h
authorJohann <johannkoenig@google.com>
Thu, 11 Jan 2018 23:20:08 +0000 (15:20 -0800)
committerJohann <johannkoenig@google.com>
Fri, 12 Jan 2018 17:15:22 +0000 (09:15 -0800)
Remove trailing empty line to keep the comment from being indented.
https://bugs.llvm.org/show_bug.cgi?id=35930

Change-Id: I6c51f7afb4cc47f03a190b4c90e29e4ff1e0c689

vpx_ports/mem_ops.h

index 343f27577c00c006d3987eb07c71bd7174b0680a..b0608591f8980e112948ce70aee1f8c06b320d5f 100644 (file)
@@ -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_