mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-30 17:14:07 +02:00
MdeModulePkg: Apply uncrustify formatting to relevant files.
Apply uncrustify formatting to GoogleTest cpp files and respective header file. Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Hao A Wu <hao.a.wu@intel.com> Cc: Ray Ni <ray.ni@intel.com> Signed-off-by: Vivian Nowka-Keane <vnowkakeane@linux.microsoft.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
This commit is contained in:
parent
41c622523d
commit
504953ef97
@ -55,7 +55,12 @@ TEST(StringCompareTest, CompareSameBuffer) {
|
|||||||
EXPECT_EQ (RetVal, 0);
|
EXPECT_EQ (RetVal, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char* argv[]) {
|
int
|
||||||
|
main (
|
||||||
|
int argc,
|
||||||
|
char *argv[]
|
||||||
|
)
|
||||||
|
{
|
||||||
testing::InitGoogleTest (&argc, argv);
|
testing::InitGoogleTest (&argc, argv);
|
||||||
return RUN_ALL_TESTS ();
|
return RUN_ALL_TESTS ();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user