Skip to content

Commit

Permalink
Restyled by whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and Damian-Nordic committed Sep 25, 2020
1 parent 9ef56d7 commit 1256464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/platform/nrfconnect/util/QRCodeUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ void PrintQRCode()
LOG_INF("SetupPINCode: [%" PRIu32 "]", payload.setUpPINCode);
// There might be whitespace in setup QRCode, add brackets to make it clearer.
LOG_INF("SetupQRCode: [%s]", log_strdup(result.c_str()));
}
}
2 changes: 1 addition & 1 deletion examples/platform/nrfconnect/util/include/QRCodeUtil.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@

void PrintQRCode();

#endif // QR_CODE_UTIL_H
#endif // QR_CODE_UTIL_H

0 comments on commit 1256464

Please sign in to comment.