Skip to content

Commit

Permalink
chore: newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisAMJ committed Mar 28, 2024
1 parent b90c241 commit 9d99445
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Features/Routing/StepSlopeBoostDebug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ ON_EVENT(RENDER) {
OverlayRender::addText(
g_currentStepMoveData.afterStepPosition + Vector{0,0,64},
hoverStr, 3.0f, true, true);
}
}
2 changes: 1 addition & 1 deletion src/Features/Routing/StepSlopeBoostDebug.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ namespace StepSlopeBoostDebug {
void OnStartStepMove(CMoveData* currMoveData);
void OnTryPlayerMoveEnd(CMoveData *currMoveData);
void OnFinishStepMove(CMoveData *currMoveData);
}
}
2 changes: 1 addition & 1 deletion src/Features/Tas/TasScript.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ struct TasScript {
inline bool IsActive() const { return framebulks.size() > 0; }

void ClearGeneratedContent();
};
};
2 changes: 1 addition & 1 deletion src/SourceAutoRecord.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -514,4 +514,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

0 comments on commit 9d99445

Please sign in to comment.