Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
jlatusek committed Feb 20, 2023
1 parent e65246d commit b29c5a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
// Define is required to use the Linux implementation of the AppMain.
#ifdef CHIP_DEVICE_CONFIG_ENABLE_WIFI
#define HIP_DEVICE_CONFIG_ENABLE_WPA 1
#endif
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
// Define is required to use the Linux implementation of the AppMain.
#ifdef CHIP_DEVICE_CONFIG_ENABLE_WIFI
#define HIP_DEVICE_CONFIG_ENABLE_WPA 1
#endif
#endif
2 changes: 1 addition & 1 deletion examples/lighting-app/tizen/include/CHIPProjectAppConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
// Define is required to use the Linux implementation of the AppMain.
#ifdef CHIP_DEVICE_CONFIG_ENABLE_WIFI
#define HIP_DEVICE_CONFIG_ENABLE_WPA 1
#endif
#endif

0 comments on commit b29c5a8

Please sign in to comment.