]> granicus.if.org Git - libvpx/commit
sixtap_predict_test: drop '_t' from local typenames
authorJames Zern <jzern@google.com>
Thu, 17 Jul 2014 02:01:46 +0000 (19:01 -0700)
committerJames Zern <jzern@google.com>
Sat, 19 Jul 2014 03:39:06 +0000 (20:39 -0700)
commitee4bbe1f72eb98d8bfca4149c24137e8da6fb89c
tree58f35b391efb2d42da79d8009d47763f31eb9486
parent18e733bd1da72f2dd93c8c86d8cb9428ee1222b9
sixtap_predict_test: drop '_t' from local typenames

_t is reserved by posix

+ switch to camelcase
  http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Type_Names

Change-Id: Ie59ddc080530d538e4ffb1d862844a84de926d92
test/sixtap_predict_test.cc