Check EOF newlines.

This commit is contained in:
Marcel Pi 2024-03-13 12:03:37 +01:00
parent 0a9437fd10
commit fc3a629ce2
16 changed files with 16 additions and 16 deletions

View File

@ -14,4 +14,4 @@ endmacro ()
include (${CARLA_WORKSPACE_PATH}/CMake/Options/Common.cmake)
include (${CARLA_WORKSPACE_PATH}/CMake/Options/Unreal.cmake)
include (${CARLA_WORKSPACE_PATH}/CMake/Options/Dependencies.cmake)
include (${CARLA_WORKSPACE_PATH}/CMake/Options/Dependencies.cmake)

View File

@ -17,4 +17,4 @@ if (ENABLE_WARNINGS_TO_ERRORS)
add_compile_options (-Werror)
endif ()
endif ()
endif ()
endif ()

View File

@ -175,4 +175,4 @@ set (
set (
CMAKE_CXX_STANDARD_INCLUDE_DIRECTORIES
${UE_INCLUDE} ${UE_INCLUDE}/c++/v1
)
)

View File

@ -169,4 +169,4 @@ carla_string_option (
CARLA_STREETMAP_TAG
"Target StreetMap git tag."
${CARLA_STREETMAP_VERSION}
)
)

View File

@ -73,4 +73,4 @@ carla_string_option (
"CMake-style semicolon-separated list of arguments to pass"
"when launching the Unreal Editor with CARLA."
""
)
)

View File

@ -19,4 +19,4 @@ UCarlaGameInstance::UCarlaGameInstance() {
CarlaSettings->LogSettings();
}
UCarlaGameInstance::~UCarlaGameInstance() = default;
UCarlaGameInstance::~UCarlaGameInstance() = default;

View File

@ -131,4 +131,4 @@ private:
UPROPERTY()
FString _MapPath;
};
};

View File

@ -19,4 +19,4 @@ AUSDImporterActor::AUSDImporterActor(const FObjectInitializer &ObjectInitializer
void AUSDImporterActor::LoadUSDFile()
{
}
}

View File

@ -14,4 +14,4 @@ AUncenteredPivotPointMesh::AUncenteredPivotPointMesh(const FObjectInitializer& O
RootComponent = CreateDefaultSubobject<USceneComponent>(TEXT("SceneRoot"));
SMComp = CreateDefaultSubobject<UStaticMeshComponent>(TEXT("StaticMeshComp"));
SMComp->SetupAttachment(RootComponent);
}
}

View File

@ -27,4 +27,4 @@ private:
UPROPERTY(EditAnywhere, Category="Uncenceterd PP Mesh")
UStaticMeshComponent* SMComp = nullptr;
};
};

View File

@ -131,4 +131,4 @@ struct FDVector
this->Z *= Scale;
return *this;
}
};
};

View File

@ -77,4 +77,4 @@ void ASceneCaptureCamera::SendGBufferTextures(FGBufferRequest& GBuffer)
{
SendGBufferTexturesInternal(*this, GBuffer);
}
#endif
#endif

View File

@ -1171,4 +1171,4 @@ void ACarlaWheeledVehicle::SetPhysicsConstraintAngle(
UPhysicsConstraintComponent* Component, const FRotator &NewAngle)
{
Component->ConstraintInstance.AngularRotationOffset = NewAngle;
}
}

View File

@ -433,4 +433,4 @@ const physx::PxVehicleWheelData UWheeledVehicleMovementComponentNW::GetWheelData
const physx::PxVehicleWheelData WheelData = InWheels->mWheelsSimData.getWheelData((physx::PxU32)InWheel);
return WheelData;
}
#endif
#endif

View File

@ -84,4 +84,4 @@ void UHoudiniImportNodeWrapper::HandleFailed(
}
RemoveFromRoot();
}
*/
*/