Skip to content
Snippets Groups Projects
Commit 24cdd87e authored by LuK1337's avatar LuK1337 Committed by Demon000
Browse files

sm6250-common: fingerprint: Brackets should be here

Change-Id: I8093287b3f4e1b1d0c3deff384a1cb5e6e17dbff
parent f5a6695e
No related branches found
No related tags found
No related merge requests found
......@@ -212,8 +212,7 @@ IBiometricsFingerprint* BiometricsFingerprint::getInstance() {
return sInstance;
}
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;
......@@ -261,8 +260,7 @@ void setFpVendorProp(const char *fp_vendor) {
property_set("ro.boot.fpsensor", fp_vendor);
}
fingerprint_device_t* getFingerprintDevice()
{
fingerprint_device_t* getFingerprintDevice() {
fingerprint_device_t *fp_device;
fp_device = getDeviceForVendor("fpc");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment