Clean up indentation.

svn path=/trunk/; revision=43780
This commit is contained in:
Guy Harris 2012-07-18 04:45:41 +00:00
parent a234b68ff0
commit 9d470cceb9
1 changed files with 6 additions and 6 deletions

View File

@ -16568,7 +16568,7 @@ proto_register_ieee80211 (void)
"Invalid keys will be ignored.", "Invalid keys will be ignored.",
"Valid key formats"); "Valid key formats");
wep_uat = uat_new("WEP and WPA Decryption Keys", wep_uat = uat_new("WEP and WPA Decryption Keys",
sizeof(uat_wep_key_record_t), /* record size */ sizeof(uat_wep_key_record_t), /* record size */
"80211_keys", /* filename */ "80211_keys", /* filename */
TRUE, /* from_profile */ TRUE, /* from_profile */
@ -16582,11 +16582,11 @@ proto_register_ieee80211 (void)
NULL, /* post update callback */ NULL, /* post update callback */
wep_uat_flds); /* UAT field definitions */ wep_uat_flds); /* UAT field definitions */
prefs_register_uat_preference(wlan_module, prefs_register_uat_preference(wlan_module,
"wep_key_table", "wep_key_table",
"Decryption Keys", "Decryption Keys",
"WEP and pre-shared WPA keys", "WEP and pre-shared WPA keys",
wep_uat); wep_uat);
} }
static void static void