devstepbcn / react-native-android-wifi

A react-native module for viewing and connecting to Wifi networks on Android devices.
ISC License
212 stars 121 forks source link

Fix inconsistent indentation. Convert tab indentation to spaces. #93

Open andrewhavens opened 5 years ago

andrewhavens commented 5 years ago

This file was using a combination of tabs and spaces making the diffs difficult to read. This PR makes the indentation consistent and converts tabs to spaces for easier diffs and maintenance.