From 578eb1c2099d52891f5ad82d66c65d194c13b1cb Mon Sep 17 00:00:00 2001 From: Jesse Ruderman Date: Tue, 9 Jun 2009 21:13:36 -0700 Subject: [PATCH] Change tabs to spaces (followup to the checkin bz just made) --- xpcom/tests/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcom/tests/Makefile.in b/xpcom/tests/Makefile.in index c222f2f275d..897425c6d0b 100644 --- a/xpcom/tests/Makefile.in +++ b/xpcom/tests/Makefile.in @@ -92,7 +92,7 @@ CPP_UNIT_TESTS = \ TestFile.cpp \ TestHashtables.cpp \ TestID.cpp \ - TestObserverArray.cpp \ + TestObserverArray.cpp \ TestObserverService.cpp \ TestPipe.cpp \ TestServMgr.cpp \