1
0

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:
Kevin McKinney
2012-12-17 17:35:18 -05:00
committed by Greg Kroah-Hartman
parent 2eb0642f15
commit 4e241d7b91

View File

@@ -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;