Commit 2fdbae3e authored by Jacob Vosmaer's avatar Jacob Vosmaer

Remove braces

parent 87e06793
......@@ -215,9 +215,8 @@ osx_output_set_device(OSXOutput *oo, Error &error)
done:
delete[] deviceids;
if (cfname) {
if (cfname)
CFRelease(cfname);
}
return ret;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment