Formatted WV utils/src files.
[ Merge of http://go/wvgerrit/80944 ] Ran `git clang-format` on files in utils/src. Used the new .clang-format config. Bug: 134365840 Test: WV unit tests Change-Id: Idbba01ec65fc019327fc59dc1d95d7cefa4a5aa7
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
//
|
||||
#include <windows.h>
|
||||
|
||||
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason,
|
||||
LPVOID lpReserved) {
|
||||
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpReserved) {
|
||||
return TRUE;
|
||||
}
|
||||
Reference in New Issue
Block a user