From 02130cea9ff7e25717cab3e153b0ebb92ca185e3 Mon Sep 17 00:00:00 2001 From: Hong Chen Date: Tue, 17 Dec 2024 18:26:35 -0600 Subject: [PATCH] Restore the whitespaces to their original state before the update in order to show the necessary file changes for the PR. --- trick_sims/SIM_wheelbot/models/Electrical/test/makefile | 2 +- trick_source/data_products/Log/makefile | 2 +- trick_source/trick_utils/comm/test_programs/makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/trick_sims/SIM_wheelbot/models/Electrical/test/makefile b/trick_sims/SIM_wheelbot/models/Electrical/test/makefile index 2f9483ce..6feffff6 100644 --- a/trick_sims/SIM_wheelbot/models/Electrical/test/makefile +++ b/trick_sims/SIM_wheelbot/models/Electrical/test/makefile @@ -38,4 +38,4 @@ ElectricalCircuitTest.o : ElectricalCircuitTest.cpp ElectricalCircuitTest : ElectricalCircuitTest.o gtest_main.o gtest-all.o $(CPP) $(CFLAGS) -o $@ $^ $(LIBS) - + \ No newline at end of file diff --git a/trick_source/data_products/Log/makefile b/trick_source/data_products/Log/makefile index 14fbfb53..f4a209a2 100644 --- a/trick_source/data_products/Log/makefile +++ b/trick_source/data_products/Log/makefile @@ -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) diff --git a/trick_source/trick_utils/comm/test_programs/makefile b/trick_source/trick_utils/comm/test_programs/makefile index 92cd9b99..f1739a41 100644 --- a/trick_source/trick_utils/comm/test_programs/makefile +++ b/trick_source/trick_utils/comm/test_programs/makefile @@ -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 =