Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

migrate from astyle to clang-format, add tests/ #8455

Closed
wants to merge 15 commits into from
Prev Previous commit
Next Next commit
update and embed clang-format configuration into tests/restyle.sh
  • Loading branch information
d-a-v committed Jan 20, 2022
commit 591336c10e0f366a13ca6b1a25a7089c2ad81671
2 changes: 1 addition & 1 deletion cores/esp8266/LwipDhcpServer-NonOS.cpp
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
extern netif netif_git[2];

// global DHCP instance for softAP interface
DhcpServer dhcpSoftAP(&netif_git[SOFTAP_IF]);
DhcpServer dhcpSoftAP(&netif_git[SOFTAP_IF]);

extern "C"
{
Loading