Skip to content

Commit 1b37644

Browse files
committed
include: net: Include missing brackets
Missing brackets were reported by a customer through DevZone when trying to compile his project in C++. Devzone ticket: 351769 Signed-off-by: Pascal Hernandez <[email protected]>
1 parent fe8b9fd commit 1b37644

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

include/net/nrf_cloud_fota_poll.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ int nrf_cloud_fota_poll_update_apply(struct nrf_cloud_fota_poll_ctx *ctx);
152152
/** @} */
153153

154154
#ifdef __cplusplus
155+
}
155156
#endif
156157

157158
#endif /* NRF_CLOUD_FOTA_POLL_H_ */

include/net/nrf_cloud_pgps.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ int nrf_cloud_pgps_init(struct nrf_cloud_pgps_init_param *param);
369369
/** @} */
370370

371371
#ifdef __cplusplus
372+
}
372373
#endif
373374

374375
#endif /* NRF_CLOUD_PGPS_H_ */

0 commit comments

Comments
 (0)