Staging: bcm: Properly format braces in target_params.h
This patch formats braces in target_params.h. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
2eb0642f15
commit
4e241d7b91
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
|||
#ifndef TARGET_PARAMS_H
|
||||
#define TARGET_PARAMS_H
|
||||
|
||||
typedef struct _TARGET_PARAMS
|
||||
{
|
||||
typedef struct _TARGET_PARAMS {
|
||||
B_UINT32 m_u32CfgVersion;
|
||||
B_UINT32 m_u32CenterFrequency;
|
||||
B_UINT32 m_u32BandAScan;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue