Skip to content

Commit 447f1d8

Browse files
committed
Whitespace changes
* templates/bmake.mpd:
1 parent 98c4796 commit 447f1d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/bmake.mpd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ LINKER_EXE_ARGUMENTS = <%linker_exe_arguments%>
4949

5050
<%foreach(configurations)%>
5151
!ifdef <%normalize(uc(configuration))%>
52-
OCFLAGS = <%if(optimize)%>$(OPTIMIZE_CFLAGS)<%else%><%if(debug_prj)%> $(DEBUG_CFLAGS)<%foreach(debug_macros)%> -D<%debug_macro%><%endfor%><%endif%><%endif%><%foreach(defines)%> -D<%define%><%endfor%><%if(!debug_prj)%> $(RELEASE_CFLAGS)<%endif%>
53-
LFLAGS = <%if(debug_prj)%> $(PDB_FLAGS)<%endif%>
52+
OCFLAGS = <%if(optimize)%>$(OPTIMIZE_CFLAGS) <%else%><%if(debug_prj)%>$(DEBUG_CFLAGS)<%foreach(debug_macros)%> -D<%debug_macro%><%endfor%><%endif%><%endif%><%foreach(defines)%> -D<%define%><%endfor%><%if(!debug_prj)%> $(RELEASE_CFLAGS)<%endif%>
53+
LFLAGS =<%if(debug_prj)%> $(PDB_FLAGS)<%endif%>
5454
CFG_DIR = <%intermediate_dir%>\\
5555
LIBMODIFIER = <%if(use_lib_modifier)%><%lib_modifier%><%endif%>
5656
EXEMODIFIER = <%if(use_exe_modifier)%><%lib_modifier%><%endif%>

0 commit comments

Comments
 (0)