Skip to content

Commit e835524

Browse files
committed
clang-format
1 parent 87774cd commit e835524

33 files changed

+33
-33
lines changed

Client/ceflauncher_DLL/V8Helpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ namespace V8Helpers
9494
CefRefPtr<CefV8Value> func = CefV8Value::CreateFunction(name, handler);
9595
object->SetValue(name, func, V8_PROPERTY_ATTRIBUTE_NONE);
9696
}
97-
}
97+
}

Client/core/CrashHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,4 +269,4 @@ extern "C"
269269
namespace CrashHandler
270270
{
271271
[[nodiscard]] bool ProcessHasLocalDebugSymbols();
272-
}
272+
}

Client/core/DXHook/CProxyDirectInput8.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ HRESULT CProxyDirectInput8::EnumDevicesBySemantics(LPCSTR a, LPDIACTIONFORMATA b
9898
HRESULT CProxyDirectInput8::ConfigureDevices(LPDICONFIGUREDEVICESCALLBACK a, LPDICONFIGUREDEVICESPARAMSA b, DWORD c, LPVOID d)
9999
{
100100
return m_pDevice->ConfigureDevices(a, b, c, d);
101-
}
101+
}

Client/game_sa/CCamSA.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ void CCamSA::SetDirection(float fHorizontal, float fVertical)
103103

104104
m_pInterface->m_fHorizontalAngle = WrapAngleRad(fHorizontal);
105105
m_pInterface->m_fVerticalAngle = WrapAngleRad(fVertical);
106-
}
106+
}

Client/game_sa/CCamSA.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,4 @@ class CCamSA : public CCam
212212

213213
CEntity* GetTargetEntity() const override;
214214
void SetTargetEntity(CEntity* pEntity) override;
215-
};
215+
};

Client/mods/deathmatch/logic/CClientRadarMarkerManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ void CClientRadarMarkerManager::OrderMarkers()
120120
bool CClientRadarMarkerManager::CompareOrderingIndex(CClientRadarMarker* p1, CClientRadarMarker* p2)
121121
{
122122
return p1->GetOrdering() < p2->GetOrdering();
123-
}
123+
}

Client/mods/deathmatch/logic/CClientStreamSector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,4 @@ void CClientStreamSector::RemoveElements(list<CClientStreamElement*>* pList)
157157
{
158158
pList->remove(*iter);
159159
}
160-
}
160+
}

Client/mods/deathmatch/logic/CClientStreamSectorRow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ void CClientStreamSectorRow::ConnectSector(CClientStreamSector* pSector)
133133
pSector->m_pTop->m_pBottom = pSector;
134134
if (pSector->m_pBottom)
135135
pSector->m_pBottom->m_pTop = pSector;
136-
}
136+
}

Client/mods/deathmatch/logic/CElementGroup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ void CElementGroup::Remove(class CClientEntity* element)
4949
unsigned int CElementGroup::GetCount()
5050
{
5151
return m_elements.size();
52-
}
52+
}

Client/mods/deathmatch/logic/CObjectSync.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,4 @@ void CObjectSync::WriteObjectInformation(NetBitStreamInterface* pBitStream, CDea
267267
}
268268
}
269269

270-
#endif
270+
#endif

0 commit comments

Comments
 (0)