shithub: openh264

Download patch

ref: 7c739795b7594287d264c6d06a5392c123b86dcb
parent: f743f04ed7a4fc7104e938060b1766a05f0ad3ca
author: Martin Storsjö <martin@martin.st>
date: Tue Jul 14 06:03:28 EDT 2015

Make astyle convert tabs to spaces

Previously astyle only changed tabs to spaces if they were used for
indentation, but tabs in the middle of lines were left untouched.

--- a/build/astyle.cfg
+++ b/build/astyle.cfg
@@ -7,3 +7,4 @@
 --unpad-paren
 --pad-first-paren-out
 --lineend=linux
+--convert-tabs