sm8150-common: fingerprint: Brackets should be here

Change-Id: I8093287b3f4e1b1d0c3deff384a1cb5e6e17dbff
This commit is contained in:
LuK1337 2019-07-03 02:14:18 +02:00
parent 755f75839f
commit 6fb2a849f4
1 changed files with 2 additions and 4 deletions

View File

@ -222,8 +222,7 @@ void setFpVendorProp(const char *fp_vendor) {
}
}
fingerprint_device_t* getDeviceForVendor(const char *class_name)
{
fingerprint_device_t* getDeviceForVendor(const char *class_name) {
const hw_module_t *hw_module = nullptr;
int err;
@ -266,8 +265,7 @@ fingerprint_device_t* getDeviceForVendor(const char *class_name)
return fp_device;
}
fingerprint_device_t* getFingerprintDevice()
{
fingerprint_device_t* getFingerprintDevice() {
fingerprint_device_t *fp_device;
fp_device = getDeviceForVendor("silead.fod");