netreg: whitespace style

This commit is contained in:
Denis Kenzior 2010-06-07 19:06:57 -05:00
parent 6a480bb861
commit 588b689d2b
1 changed files with 2 additions and 2 deletions

View File

@ -1043,8 +1043,8 @@ static struct ofono_netreg_driver driver = {
.name = "atmodem",
.probe = at_netreg_probe,
.remove = at_netreg_remove,
.registration_status = at_registration_status,
.current_operator = at_current_operator,
.registration_status = at_registration_status,
.current_operator = at_current_operator,
.list_operators = at_list_operators,
.register_auto = at_register_auto,
.register_manual = at_register_manual,