bluez: Fix trivial coding style issues on pointer declarations and casting
authorAnderson Lizardo <anderson.lizardo@openbossa.org>
Tue, 21 Aug 2012 15:49:24 +0000 (11:49 -0400)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 9 Jan 2013 14:30:14 +0000 (14:30 +0000)
commitf1c526da47c96583217d3d1303b82cfdea670b36
treebb2834467d490a6a4db371914e4ba3ce190cea22
parent3a024613493cbc1ece8e38789c21c74429989fe1
bluez: Fix trivial coding style issues on pointer declarations and casting

Avoid using C++ style pointer declarations like "char* ptr", as most
BlueZ code uses "char *ptr".
sys/bluez/gstavdtpsink.h