staging: wlags49_h2: Reindent hcf.c

Untabify with tab-width set to 4 (to match VI header). Then reindent
with tab-width reset to 8.

Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
David Kilroy
2011-09-16 00:20:48 +01:00
committed by Greg Kroah-Hartman
parent 788c2bce7e
commit 543fd0a349

View File

@@ -1,4 +1,3 @@
// vim:tw=110:ts=4:
/************************************************************************************************************ /************************************************************************************************************
* *
* FILE : HCF.C * FILE : HCF.C
@@ -2218,7 +2217,8 @@ int rc = HCF_SUCCESS;
//all codes between 0xFA00 and 0xFCFF are passed to Hermes //all codes between 0xFA00 and 0xFCFF are passed to Hermes
#if (HCF_TYPE) & HCF_TYPE_WPA #if (HCF_TYPE) & HCF_TYPE_WPA
{ hcf_16 i; {
hcf_16 i;
hcf_32 FAR * key_p; hcf_32 FAR * key_p;
if ( ltvp->typ == CFG_ADD_TKIP_DEFAULT_KEY || ltvp->typ == CFG_ADD_TKIP_MAPPED_KEY ) { if ( ltvp->typ == CFG_ADD_TKIP_DEFAULT_KEY || ltvp->typ == CFG_ADD_TKIP_MAPPED_KEY ) {