Browse Source

CMake: General whitespace fixes

- Remove trailing whitespace from ends of lines
- Convert tabs to (two) spaces
Sam Edwards 7 years ago
parent
commit
95785407a3

+ 31 - 31
dtool/src/cppparser/CMakeLists.txt

@@ -1,40 +1,40 @@
 add_bison_target(cppBison.cxx cppBison.yxx DEFINES cppBison.h PREFIX cppyy)
 
 set(P3CPPPARSER_HEADERS
-	cppArrayType.h cppBison.yxx cppBisonDefs.h
-	cppClassTemplateParameter.h cppCommentBlock.h
-	cppClosureType.h cppConstType.h
-	cppDeclaration.h cppEnumType.h cppExpression.h
-	cppExpressionParser.h cppExtensionType.h cppFile.h
-	cppFunctionGroup.h cppFunctionType.h cppGlobals.h
-	cppIdentifier.h cppInstance.h cppInstanceIdentifier.h
-	cppMakeProperty.h cppMakeSeq.h cppManifest.h
-	cppNameComponent.h cppNamespace.h
-	cppParameterList.h cppParser.h cppPointerType.h
-	cppPreprocessor.h cppReferenceType.h cppScope.h
-	cppSimpleType.h cppStructType.h cppTBDType.h
-	cppTemplateParameterList.h cppTemplateScope.h cppToken.h
-	cppType.h cppTypeDeclaration.h cppTypeParser.h
-	cppTypeProxy.h cppTypedefType.h cppUsing.h cppVisibility.h
+  cppArrayType.h cppBison.yxx cppBisonDefs.h
+  cppClassTemplateParameter.h cppCommentBlock.h
+  cppClosureType.h cppConstType.h
+  cppDeclaration.h cppEnumType.h cppExpression.h
+  cppExpressionParser.h cppExtensionType.h cppFile.h
+  cppFunctionGroup.h cppFunctionType.h cppGlobals.h
+  cppIdentifier.h cppInstance.h cppInstanceIdentifier.h
+  cppMakeProperty.h cppMakeSeq.h cppManifest.h
+  cppNameComponent.h cppNamespace.h
+  cppParameterList.h cppParser.h cppPointerType.h
+  cppPreprocessor.h cppReferenceType.h cppScope.h
+  cppSimpleType.h cppStructType.h cppTBDType.h
+  cppTemplateParameterList.h cppTemplateScope.h cppToken.h
+  cppType.h cppTypeDeclaration.h cppTypeParser.h
+  cppTypeProxy.h cppTypedefType.h cppUsing.h cppVisibility.h
 )
 
 set(P3CPPPARSER_SOURCES
-	cppArrayType.cxx ${CMAKE_CURRENT_BINARY_DIR}/cppBison.cxx
-	cppClassTemplateParameter.cxx
-	cppCommentBlock.cxx cppClosureType.cxx cppConstType.cxx cppDeclaration.cxx
-	cppEnumType.cxx cppExpression.cxx cppExpressionParser.cxx
-	cppExtensionType.cxx cppFile.cxx cppFunctionGroup.cxx
-	cppFunctionType.cxx cppGlobals.cxx cppIdentifier.cxx
-	cppInstance.cxx cppInstanceIdentifier.cxx
-	cppMakeProperty.cxx cppMakeSeq.cxx cppManifest.cxx
-	cppNameComponent.cxx cppNamespace.cxx cppParameterList.cxx
-	cppParser.cxx cppPointerType.cxx cppPreprocessor.cxx
-	cppReferenceType.cxx cppScope.cxx cppSimpleType.cxx
-	cppStructType.cxx cppTBDType.cxx
-	cppTemplateParameterList.cxx cppTemplateScope.cxx
-	cppToken.cxx cppType.cxx cppTypeDeclaration.cxx
-	cppTypeParser.cxx cppTypeProxy.cxx cppTypedefType.cxx
-	cppUsing.cxx cppVisibility.cxx
+  cppArrayType.cxx ${CMAKE_CURRENT_BINARY_DIR}/cppBison.cxx
+  cppClassTemplateParameter.cxx
+  cppCommentBlock.cxx cppClosureType.cxx cppConstType.cxx cppDeclaration.cxx
+  cppEnumType.cxx cppExpression.cxx cppExpressionParser.cxx
+  cppExtensionType.cxx cppFile.cxx cppFunctionGroup.cxx
+  cppFunctionType.cxx cppGlobals.cxx cppIdentifier.cxx
+  cppInstance.cxx cppInstanceIdentifier.cxx
+  cppMakeProperty.cxx cppMakeSeq.cxx cppManifest.cxx
+  cppNameComponent.cxx cppNamespace.cxx cppParameterList.cxx
+  cppParser.cxx cppPointerType.cxx cppPreprocessor.cxx
+  cppReferenceType.cxx cppScope.cxx cppSimpleType.cxx
+  cppStructType.cxx cppTBDType.cxx
+  cppTemplateParameterList.cxx cppTemplateScope.cxx
+  cppToken.cxx cppType.cxx cppTypeDeclaration.cxx
+  cppTypeParser.cxx cppTypeProxy.cxx cppTypedefType.cxx
+  cppUsing.cxx cppVisibility.cxx
 )
 
 composite_sources(p3cppParser P3CPPPARSER_SOURCES)

+ 2 - 2
dtool/src/dconfig/CMakeLists.txt

@@ -1,8 +1,8 @@
 set(P3DCONFIG_HEADERS
-	config_dconfig.h dconfig.I dconfig.h)
+  config_dconfig.h dconfig.I dconfig.h)
 
 set(P3DCONFIG_SOURCES
-	config_dconfig.cxx dconfig.cxx)
+  config_dconfig.cxx dconfig.cxx)
 
 composite_sources(p3dconfig P3DCONFIG_SOURCES)
 

+ 49 - 49
dtool/src/interrogate/CMakeLists.txt

@@ -1,62 +1,62 @@
 set(INTERROGATE_HEADERS
-	functionRemap.h
-	functionWriter.h
-	functionWriterPtrFromPython.h functionWriterPtrToPython.h
-	functionWriters.h
-	interfaceMaker.h
-	interfaceMakerC.h
-	interfaceMakerPython.h interfaceMakerPythonObj.h
-	interfaceMakerPythonSimple.h
-	interfaceMakerPythonNative.h
-	interrogate.h interrogateBuilder.h parameterRemap.I
-	parameterRemap.h
-	parameterRemapBasicStringPtrToString.h
-	parameterRemapBasicStringRefToString.h
-	parameterRemapBasicStringToString.h
-	parameterRemapCharStarToString.h
-	parameterRemapConcreteToPointer.h
-	parameterRemapConstToNonConst.h parameterRemapEnumToInt.h
-	parameterRemapPTToPointer.h
-	parameterRemapReferenceToConcrete.h
-	parameterRemapReferenceToPointer.h parameterRemapThis.h
-	parameterRemapToString.h
-	parameterRemapHandleToInt.h
-	parameterRemapUnchanged.h
-	typeManager.h)
+  functionRemap.h
+  functionWriter.h
+  functionWriterPtrFromPython.h functionWriterPtrToPython.h
+  functionWriters.h
+  interfaceMaker.h
+  interfaceMakerC.h
+  interfaceMakerPython.h interfaceMakerPythonObj.h
+  interfaceMakerPythonSimple.h
+  interfaceMakerPythonNative.h
+  interrogate.h interrogateBuilder.h parameterRemap.I
+  parameterRemap.h
+  parameterRemapBasicStringPtrToString.h
+  parameterRemapBasicStringRefToString.h
+  parameterRemapBasicStringToString.h
+  parameterRemapCharStarToString.h
+  parameterRemapConcreteToPointer.h
+  parameterRemapConstToNonConst.h parameterRemapEnumToInt.h
+  parameterRemapPTToPointer.h
+  parameterRemapReferenceToConcrete.h
+  parameterRemapReferenceToPointer.h parameterRemapThis.h
+  parameterRemapToString.h
+  parameterRemapHandleToInt.h
+  parameterRemapUnchanged.h
+  typeManager.h)
 
 set(INTERROGATE_SOURCES
-	functionRemap.cxx
-	functionWriter.cxx
-	functionWriterPtrFromPython.cxx functionWriterPtrToPython.cxx
-	functionWriters.cxx
-	interfaceMaker.cxx
-	interfaceMakerC.cxx
-	interfaceMakerPython.cxx interfaceMakerPythonObj.cxx
-	interfaceMakerPythonSimple.cxx
-	interfaceMakerPythonNative.cxx
-	interrogate.cxx interrogateBuilder.cxx parameterRemap.cxx
-	parameterRemapBasicStringPtrToString.cxx
-	parameterRemapBasicStringRefToString.cxx
-	parameterRemapBasicStringToString.cxx
-	parameterRemapCharStarToString.cxx
-	parameterRemapConcreteToPointer.cxx
-	parameterRemapConstToNonConst.cxx
-	parameterRemapEnumToInt.cxx parameterRemapPTToPointer.cxx
-	parameterRemapReferenceToConcrete.cxx
-	parameterRemapReferenceToPointer.cxx parameterRemapThis.cxx
-	parameterRemapToString.cxx
-	parameterRemapHandleToInt.cxx
-	parameterRemapUnchanged.cxx
-	typeManager.cxx)
+  functionRemap.cxx
+  functionWriter.cxx
+  functionWriterPtrFromPython.cxx functionWriterPtrToPython.cxx
+  functionWriters.cxx
+  interfaceMaker.cxx
+  interfaceMakerC.cxx
+  interfaceMakerPython.cxx interfaceMakerPythonObj.cxx
+  interfaceMakerPythonSimple.cxx
+  interfaceMakerPythonNative.cxx
+  interrogate.cxx interrogateBuilder.cxx parameterRemap.cxx
+  parameterRemapBasicStringPtrToString.cxx
+  parameterRemapBasicStringRefToString.cxx
+  parameterRemapBasicStringToString.cxx
+  parameterRemapCharStarToString.cxx
+  parameterRemapConcreteToPointer.cxx
+  parameterRemapConstToNonConst.cxx
+  parameterRemapEnumToInt.cxx parameterRemapPTToPointer.cxx
+  parameterRemapReferenceToConcrete.cxx
+  parameterRemapReferenceToPointer.cxx parameterRemapThis.cxx
+  parameterRemapToString.cxx
+  parameterRemapHandleToInt.cxx
+  parameterRemapUnchanged.cxx
+  typeManager.cxx)
 
 composite_sources(interrogate INTERROGATE_SOURCES)
 
 add_executable(interrogate ${INTERROGATE_HEADERS} ${INTERROGATE_SOURCES})
 target_link_libraries(interrogate
-	p3cppParser p3dtoolconfig p3pystub ${_OPENSSL_LIBRARIES})
+  p3cppParser p3dtoolconfig p3pystub ${_OPENSSL_LIBRARIES})
 install(TARGETS interrogate DESTINATION bin)
 
 add_executable(interrogate_module interrogate_module.cxx)
 target_link_libraries(interrogate_module
-	p3cppParser p3dtoolconfig p3pystub ${_OPENSSL_LIBRARIES})
+  p3cppParser p3dtoolconfig p3pystub ${_OPENSSL_LIBRARIES})
 install(TARGETS interrogate_module DESTINATION bin)

+ 34 - 34
dtool/src/interrogatedb/CMakeLists.txt

@@ -1,44 +1,44 @@
 set(P3INTERROGATEDB_HEADERS
-	config_interrogatedb.h indexRemapper.h interrogateComponent.I
-	interrogateComponent.h interrogateDatabase.I
-	interrogateDatabase.h interrogateElement.I
-	interrogateElement.h interrogateFunction.I
-	interrogateFunction.h interrogateFunctionWrapper.I
-	interrogateFunctionWrapper.h
-	interrogateMakeSeq.I interrogateMakeSeq.h
-	interrogateManifest.I interrogateManifest.h
-	interrogateType.I interrogateType.h
-	interrogate_datafile.I interrogate_datafile.h
-	interrogate_interface.h interrogate_request.h
-	extension.h py_compat.h py_panda.h py_wrappers.h)
+  config_interrogatedb.h indexRemapper.h interrogateComponent.I
+  interrogateComponent.h interrogateDatabase.I
+  interrogateDatabase.h interrogateElement.I
+  interrogateElement.h interrogateFunction.I
+  interrogateFunction.h interrogateFunctionWrapper.I
+  interrogateFunctionWrapper.h
+  interrogateMakeSeq.I interrogateMakeSeq.h
+  interrogateManifest.I interrogateManifest.h
+  interrogateType.I interrogateType.h
+  interrogate_datafile.I interrogate_datafile.h
+  interrogate_interface.h interrogate_request.h
+  extension.h py_compat.h py_panda.h py_wrappers.h)
 
 set(P3INTERROGATEDB_SOURCES
-	config_interrogatedb.cxx
-	dtool_super_base.cxx
-	indexRemapper.cxx
-	interrogateComponent.cxx interrogateDatabase.cxx
-	interrogateElement.cxx interrogateFunction.cxx
-	interrogateFunctionWrapper.cxx
-	interrogateMakeSeq.cxx
-	interrogateManifest.cxx
-	interrogateType.cxx interrogate_datafile.cxx
-	interrogate_interface.cxx interrogate_request.cxx
-	py_compat.cxx
-	py_panda.cxx
-	py_wrappers.cxx)
+  config_interrogatedb.cxx
+  dtool_super_base.cxx
+  indexRemapper.cxx
+  interrogateComponent.cxx interrogateDatabase.cxx
+  interrogateElement.cxx interrogateFunction.cxx
+  interrogateFunctionWrapper.cxx
+  interrogateMakeSeq.cxx
+  interrogateManifest.cxx
+  interrogateType.cxx interrogate_datafile.cxx
+  interrogate_interface.cxx interrogate_request.cxx
+  py_compat.cxx
+  py_panda.cxx
+  py_wrappers.cxx)
 
 composite_sources(p3interrogatedb P3INTERROGATEDB_SOURCES)
 
 set(P3INTERROGATEDB_IGATE_SOURCES
-	config_interrogatedb.cxx
-	indexRemapper.cxx
-	interrogateComponent.cxx interrogateDatabase.cxx
-	interrogateElement.cxx interrogateFunction.cxx
-	interrogateFunctionWrapper.cxx
-	interrogateMakeSeq.cxx
-	interrogateManifest.cxx
-	interrogateType.cxx interrogate_datafile.cxx
-	interrogate_interface.cxx interrogate_request.cxx)
+  config_interrogatedb.cxx
+  indexRemapper.cxx
+  interrogateComponent.cxx interrogateDatabase.cxx
+  interrogateElement.cxx interrogateFunction.cxx
+  interrogateFunctionWrapper.cxx
+  interrogateMakeSeq.cxx
+  interrogateManifest.cxx
+  interrogateType.cxx interrogate_datafile.cxx
+  interrogate_interface.cxx interrogate_request.cxx)
 
 add_component_library(p3interrogatedb SYMBOL SYMBOL BUILDING_INTERROGATEDB
   ${P3INTERROGATEDB_HEADERS} ${P3INTERROGATEDB_SOURCES})

+ 58 - 58
dtool/src/prc/CMakeLists.txt

@@ -1,66 +1,66 @@
 configure_file(prc_parameters.h.in prc_parameters.h)
 
 set(P3PRC_HEADERS
-	bigEndian.h
-	config_prc.h
-	configDeclaration.I configDeclaration.h
-	configFlags.I configFlags.h
-	configPage.I configPage.h
-	configPageManager.I configPageManager.h
-	configVariable.I configVariable.h
-	configVariableBase.I configVariableBase.h
-	configVariableBool.I configVariableBool.h
-	configVariableCore.I configVariableCore.h
-	configVariableDouble.I configVariableDouble.h
-	configVariableEnum.I configVariableEnum.h
-	configVariableFilename.I configVariableFilename.h
-	configVariableInt.I configVariableInt.h
-	configVariableInt64.I configVariableInt64.h
-	configVariableList.I configVariableList.h
-	configVariableManager.I configVariableManager.h
-	configVariableSearchPath.I configVariableSearchPath.h
-	configVariableString.I configVariableString.h
-	encryptStreamBuf.h encryptStreamBuf.I encryptStream.h encryptStream.I
-	littleEndian.h
-	nativeNumericData.I nativeNumericData.h
-	pnotify.I pnotify.h
-	notifyCategory.I notifyCategory.h
-	notifyCategoryProxy.I notifyCategoryProxy.h
-	notifySeverity.h
-	prcKeyRegistry.h
-	reversedNumericData.I reversedNumericData.h
-	streamReader.I streamReader.h
-	streamWrapper.I streamWrapper.h
-	streamWriter.I streamWriter.h
-	${CMAKE_CURRENT_BINARY_DIR}/prc_parameters.h)
+  bigEndian.h
+  config_prc.h
+  configDeclaration.I configDeclaration.h
+  configFlags.I configFlags.h
+  configPage.I configPage.h
+  configPageManager.I configPageManager.h
+  configVariable.I configVariable.h
+  configVariableBase.I configVariableBase.h
+  configVariableBool.I configVariableBool.h
+  configVariableCore.I configVariableCore.h
+  configVariableDouble.I configVariableDouble.h
+  configVariableEnum.I configVariableEnum.h
+  configVariableFilename.I configVariableFilename.h
+  configVariableInt.I configVariableInt.h
+  configVariableInt64.I configVariableInt64.h
+  configVariableList.I configVariableList.h
+  configVariableManager.I configVariableManager.h
+  configVariableSearchPath.I configVariableSearchPath.h
+  configVariableString.I configVariableString.h
+  encryptStreamBuf.h encryptStreamBuf.I encryptStream.h encryptStream.I
+  littleEndian.h
+  nativeNumericData.I nativeNumericData.h
+  pnotify.I pnotify.h
+  notifyCategory.I notifyCategory.h
+  notifyCategoryProxy.I notifyCategoryProxy.h
+  notifySeverity.h
+  prcKeyRegistry.h
+  reversedNumericData.I reversedNumericData.h
+  streamReader.I streamReader.h
+  streamWrapper.I streamWrapper.h
+  streamWriter.I streamWriter.h
+  ${CMAKE_CURRENT_BINARY_DIR}/prc_parameters.h)
 
 set(P3PRC_SOURCES
-	config_prc.cxx
-	configDeclaration.cxx
-	configFlags.cxx
-	configPage.cxx
-	configPageManager.cxx
-	configVariable.cxx
-	configVariableBase.cxx
-	configVariableBool.cxx
-	configVariableCore.cxx
-	configVariableDouble.cxx
-	configVariableEnum.cxx
-	configVariableFilename.cxx
-	configVariableInt.cxx
-	configVariableInt64.cxx
-	configVariableList.cxx
-	configVariableManager.cxx
-	configVariableSearchPath.cxx
-	configVariableString.cxx
-	encryptStreamBuf.cxx encryptStream.cxx
-	nativeNumericData.cxx
-	notify.cxx
-	notifyCategory.cxx
-	notifySeverity.cxx
-	prcKeyRegistry.cxx
-	reversedNumericData.cxx
-	streamReader.cxx streamWrapper.cxx streamWriter.cxx)
+  config_prc.cxx
+  configDeclaration.cxx
+  configFlags.cxx
+  configPage.cxx
+  configPageManager.cxx
+  configVariable.cxx
+  configVariableBase.cxx
+  configVariableBool.cxx
+  configVariableCore.cxx
+  configVariableDouble.cxx
+  configVariableEnum.cxx
+  configVariableFilename.cxx
+  configVariableInt.cxx
+  configVariableInt64.cxx
+  configVariableList.cxx
+  configVariableManager.cxx
+  configVariableSearchPath.cxx
+  configVariableString.cxx
+  encryptStreamBuf.cxx encryptStream.cxx
+  nativeNumericData.cxx
+  notify.cxx
+  notifyCategory.cxx
+  notifySeverity.cxx
+  prcKeyRegistry.cxx
+  reversedNumericData.cxx
+  streamReader.cxx streamWrapper.cxx streamWriter.cxx)
 
 set(P3PRC_IGATEEXT
   streamReader_ext.cxx

+ 2 - 2
panda/src/char/CMakeLists.txt

@@ -10,11 +10,11 @@ set(P3CHAR_HEADERS
 )
 set(P3CHAR_SOURCES
   character.cxx
-  characterJoint.cxx characterJointBundle.cxx 
+  characterJoint.cxx characterJointBundle.cxx
   characterJointEffect.cxx
   characterSlider.cxx
   characterVertexSlider.cxx
-  config_char.cxx 
+  config_char.cxx
   jointVertexTransform.cxx
 )
 

+ 3 - 3
panda/src/display/CMakeLists.txt

@@ -49,9 +49,9 @@ set(P3DISPLAY_SOURCES
   graphicsBuffer.cxx
   graphicsPipe.cxx
   graphicsPipeSelection.cxx
-  graphicsStateGuardian.cxx 
+  graphicsStateGuardian.cxx
   graphicsThreadingModel.cxx
-  graphicsWindow.cxx graphicsWindowInputDevice.cxx 
+  graphicsWindow.cxx graphicsWindowInputDevice.cxx
   graphicsWindowProc.cxx
   graphicsWindowProcCallbackData.cxx
   graphicsDevice.cxx
@@ -97,7 +97,7 @@ install(FILES ${P3DISPLAY_HEADERS} DESTINATION include/panda3d)
 
 if(OSX_PLATFORM AND HAVE_P3D_PLUGIN)
   # We build a static library of just these files, so the plugin can
-  # link with it in direct/src/plugin, without pulling in the rest of 
+  # link with it in direct/src/plugin, without pulling in the rest of
   # Panda.
   add_library(p3subprocbuffer
     subprocessWindowBuffer.h

+ 2 - 2
panda/src/event/CMakeLists.txt

@@ -15,7 +15,7 @@ set(P3EVENT_HEADERS
     event.I event.h eventHandler.h eventHandler.I
     eventParameter.I eventParameter.h
     eventQueue.I eventQueue.h eventReceiver.h
-    pt_Event.h throw_event.I throw_event.h 
+    pt_Event.h throw_event.I throw_event.h
 )
 
 set(P3EVENT_SOURCES
@@ -31,7 +31,7 @@ set(P3EVENT_SOURCES
     genericAsyncTask.cxx
     pointerEvent.cxx
     pointerEventList.cxx
-    config_event.cxx event.cxx eventHandler.cxx 
+    config_event.cxx event.cxx eventHandler.cxx
     eventParameter.cxx eventQueue.cxx eventReceiver.cxx
     pt_Event.cxx
 )

+ 4 - 4
panda/src/pnmimage/CMakeLists.txt

@@ -3,8 +3,8 @@ set(P3PNMIMAGE_HEADERS
   pfmFile.I pfmFile.h
   pnmbitio.h
   pnmBrush.h pnmBrush.I
-  pnmFileType.h pnmFileTypeRegistry.h pnmImage.I 
-  pnmImage.h pnmImageHeader.I pnmImageHeader.h 
+  pnmFileType.h pnmFileTypeRegistry.h pnmImage.I
+  pnmImage.h pnmImageHeader.I pnmImageHeader.h
   pnmPainter.h pnmPainter.I
   pnmReader.I
   pnmReader.h pnmWriter.I pnmWriter.h pnmimage_base.h
@@ -18,8 +18,8 @@ set(P3PNMIMAGE_SOURCES
   pnm-image-filter.cxx
   pnmbitio.cxx
   pnmBrush.cxx
-  pnmFileType.cxx 
-  pnmFileTypeRegistry.cxx pnmImage.cxx pnmImageHeader.cxx 
+  pnmFileType.cxx
+  pnmFileTypeRegistry.cxx pnmImage.cxx pnmImageHeader.cxx
   pnmPainter.cxx
   pnmReader.cxx pnmWriter.cxx pnmimage_base.cxx
   ppmcmap.cxx

+ 1 - 1
panda/src/putil/CMakeLists.txt

@@ -61,7 +61,7 @@ set(P3PUTIL_HEADERS
   vector_typedWritable.h
   vector_ushort.h vector_writable.h
   writableConfigurable.h
-  writableParam.I writableParam.h 
+  writableParam.I writableParam.h
 )
 
 set(P3PUTIL_SOURCES

+ 1 - 0
panda/src/text/CMakeLists.txt

@@ -15,6 +15,7 @@ set(P3TEXT_HEADERS
   textProperties.I textProperties.h
   textPropertiesManager.I textPropertiesManager.h
 )
+
 set(P3TEXT_SOURCES
   config_text.cxx
   default_font.cxx

+ 1 - 1
pandatool/src/fltegg/CMakeLists.txt

@@ -1,7 +1,7 @@
 set(P3FLTEGG_HEADERS
     fltToEggConverter.I fltToEggConverter.h
     fltToEggLevelState.I fltToEggLevelState.h)
-  
+
 set(P3FLTEGG_SOURCES
     fltToEggConverter.cxx
     fltToEggLevelState.cxx)

+ 2 - 2
pandatool/src/progbase/CMakeLists.txt

@@ -3,10 +3,10 @@ set(P3PROGBASE_HEADERS
     withOutputFile.I withOutputFile.h
     wordWrapStream.h wordWrapStreamBuf.I
     wordWrapStreamBuf.h)
-  
+
 set(P3PROGBASE_SOURCES
     programBase.cxx withOutputFile.cxx wordWrapStream.cxx
-    wordWrapStreamBuf.cxx) 
+    wordWrapStreamBuf.cxx)
 
 composite_sources(p3progbase P3PROGBASE_SOURCES)
 add_library(p3progbase STATIC ${P3PROGBASE_HEADERS} ${P3PROGBASE_SOURCES})