mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
changing {} style to match majority of previous style
This commit is contained in:
parent
da6cdf014b
commit
961d929f4d
320 changed files with 5502 additions and 10485 deletions
|
@ -77,8 +77,7 @@
|
|||
* \ingroup CborGlobals
|
||||
* Returns the error string corresponding to the CBOR error condition \a error.
|
||||
*/
|
||||
const char *cbor_error_string(CborError error)
|
||||
{
|
||||
const char *cbor_error_string(CborError error) {
|
||||
switch (error) {
|
||||
case CborNoError:
|
||||
return "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue