Skip to content

Commit

Permalink
Restore the whitespaces to their original state before the update in …
Browse files Browse the repository at this point in the history
…order to show the necessary file changes for the PR.
  • Loading branch information
hchen99 committed Dec 18, 2024
1 parent 36acb0e commit 02130ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion trick_sims/SIM_wheelbot/models/Electrical/test/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ ElectricalCircuitTest.o : ElectricalCircuitTest.cpp

ElectricalCircuitTest : ElectricalCircuitTest.o gtest_main.o gtest-all.o
$(CPP) $(CFLAGS) -o $@ $^ $(LIBS)


2 changes: 1 addition & 1 deletion trick_source/data_products/Log/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

include ${TRICK_HOME}/share/trick/makefiles/Makefile.common

CC = c++
CC = c++

ifndef TRICK_HOST_CPU
TRICK_HOST_CPU := $(shell uname -s)
Expand Down
2 changes: 1 addition & 1 deletion trick_source/trick_utils/comm/test_programs/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ TRICK_HOST_TYPE := $(shell trick-gte TRICK_HOST_TYPE)
endif


CC = cc
CC = cc
FLAGS =
ifeq ($(TRICK_HOST_TYPE), Darwin)
LIBS =
Expand Down

0 comments on commit 02130ce

Please sign in to comment.