Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit 628162f

Browse files
author
Alex Chi
committed
[CODE] clean up the code
1 parent bb0a812 commit 628162f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libprotobuf.Build.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
public class libprotobuf : ModuleRules
66
{
7-
public libprotobuf(TargetInfo Target)
8-
{
9-
Type = ModuleType.External;
7+
public libprotobuf(TargetInfo Target)
8+
{
9+
Type = ModuleType.External;
1010

1111
bool is_supported = false;
1212
if ((Target.Platform == UnrealTargetPlatform.Win32) || (Target.Platform == UnrealTargetPlatform.Win64))

0 commit comments

Comments
 (0)