apache-mynewt-bot commented on pull request #838: URL: https://github.com/apache/mynewt-nimble/pull/838#issuecomment-653357456
<!-- style-bot --> ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md) #### apps/privacy_cent/src/main.c <details> ```diff @@ -145,7 +145,7 @@ event->disc.length_data); MODLOG_DFLT(INFO, " advertiser address: %u\n", event->disc.addr.val); - peer_addr = event->disc.addr; + peer_addr = event->disc.addr; MODLOG_DFLT(INFO, " received signal RSSI: %i\n", event->disc.rssi); MODLOG_DFLT(INFO, " received data: %u\n", @@ -226,7 +226,7 @@ return 0; } -static void +static void on_sync(void) { int rc; ``` </details> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
