Skip to content

Commit 0d14d67

Browse files
ferdymercurydpiparo
authored andcommitted
[nfc] clangformat
1 parent cda602a commit 0d14d67

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

gui/gui/src/TGNumberEntry.cxx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -243,11 +243,8 @@ static Bool_t IsGoodChar(char c, TGNumberFormat::EStyle style,
243243
/// \param attr see TGNumberFormat::EAttribute
244244
/// \note If `src` is a nullptr, this function is a no-op and returns silently
245245

246-
static void CopyAndSkipGarbage(char *dst,
247-
std::size_t dstCap,
248-
const char *src,
249-
TGNumberFormat::EStyle style,
250-
TGNumberFormat::EAttribute attr)
246+
static void CopyAndSkipGarbage(char *dst, std::size_t dstCap, const char *src, TGNumberFormat::EStyle style,
247+
TGNumberFormat::EAttribute attr)
251248
{
252249
if (!src)
253250
return;

0 commit comments

Comments
 (0)