Skip to content

Commit 257db7d

Browse files
committed
DO NOT MERGE: spurrious change to trigger clang-format of TObject
1 parent b82c720 commit 257db7d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

core/base/inc/TObject.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#ifndef ROOT_TObject
1313
#define ROOT_TObject
1414

15-
1615
// #include "RConfigure.h" // included via Rtypes.h
1716
#include "Rtypes.h"
1817
#include "TStorage.h"

core/base/src/TObject.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class hierarchies (watch out for overlaps).
3737
that the object was allocated on the heap).
3838
*/
3939

40+
4041
#include <cstring>
4142
#if !defined(WIN32) && !defined(__MWERKS__) && !defined(R__SOLARIS)
4243
#include <strings.h>

0 commit comments

Comments
 (0)