Skip to content

Commit 619f464

Browse files
committed
fastmod '} // namespace [a-zA-Z0-9]+$' '}' Client/ Server/ Shared/
1 parent 25e984b commit 619f464

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+65
-65
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-
} // namespace V8Helpers
97+
}

Client/core/CCrashDumpWriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ namespace EmergencyCrashLogging
176176
}
177177
#pragma warning(pop)
178178

179-
} // namespace EmergencyCrashLogging
179+
}
180180

181181
// Call SEH-isolated readers
182182
static void LogEmergencyExceptionRecord(const _EXCEPTION_POINTERS* pException)

Client/core/CCredits.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace CCreditsGUI
1717
{
1818
float fWindowX = 560.0f;
1919
float fWindowY = 300.0f;
20-
} // namespace CCreditsGUI
20+
}
2121
using namespace CCreditsGUI;
2222

2323
CCredits::CCredits()

Client/core/CrashHandler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1544,7 +1544,7 @@ namespace CrashHandler
15441544
return true;
15451545
}
15461546

1547-
} // namespace CrashHandler
1547+
}
15481548

15491549
[[nodiscard]] BOOL __stdcall SetCrashHandlerFilter(PFNCHFILTFN pFn)
15501550
{

Client/core/DXHook/CProxyDirect3DDevice9.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ namespace BorderlessGamma
184184
std::fabs(saturationScale - 1.0f) > epsilon;
185185
}
186186

187-
} // namespace BorderlessGamma
187+
}
188188

189189
using namespace BorderlessGamma;
190190
std::mutex g_proxyDeviceMutex;

Client/core/DXHook/ComPtrValidation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ namespace ComPtrValidation
163163
}
164164
}
165165

166-
} // namespace ComPtrValidation
166+
}
167167

168168
template <typename T>
169169
bool IsValidComInterfacePointer(T* pointer, ComPtrValidation::ValidationMode mode = ComPtrValidation::ValidationMode::Default)

Client/core/FPSLimiter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ namespace FPSLimiter
6464
std::uint16_t m_fpsTarget; // Currently target FPS limit (0 = no limit)
6565
bool m_appliedThisFrame; // Whether the FPS limit was applied in the current frame
6666
};
67-
} // namespace FPSLimiter
67+
}

Client/core/Graphics/CRenderItem.EffectParameters.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ namespace RegMap
5050
Matrix2Matrix,
5151
Texture2Texture,
5252
};
53-
} // namespace RegMap
53+
}
5454

5555
// Map effect parameter to something
5656
struct STypeMapping

Client/core/StackTraceHelpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,4 @@ namespace StackTraceHelpers
175175
return "<format_error>";
176176
}
177177
}
178-
} // namespace StackTraceHelpers
178+
}

Client/gui/CGUIElement_Impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace CEGUI
2020
{
2121
class Window;
2222
class EventArgs;
23-
} // namespace CEGUI
23+
}
2424
class CGUI_Impl;
2525

2626
class CGUIElement_Impl : public CGUIElement

0 commit comments

Comments
 (0)