Skip to content

Commit 373e5f6

Browse files
mitza-ocisonndinh
andauthored
Update ACE/ace/Stack_Trace.cpp
Co-authored-by: Son Dinh <technology789@gmail.com>
1 parent f7bd585 commit 373e5f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ACE/ace/Stack_Trace.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ ACE_Stack_Trace::c_str () const
5151
return &this->buf_[0];
5252
}
5353

54-
#if defined(__GLIBC__) || defined(ACE_HAS_EXECINFO_H) || defined(VXWORKS) || \
55-
(defined(ACE_WIN32) && !defined (__MINGW32__) && !defined(__BORLANDC__))
54+
#if defined (__GLIBC__) || defined (ACE_HAS_EXECINFO_H) || defined (VXWORKS) || \
55+
(defined (ACE_WIN32) && !defined (__MINGW32__) && !defined (__BORLANDC__))
5656
static inline size_t
5757
determine_starting_frame (ssize_t initial_frame, ssize_t offset)
5858
{

0 commit comments

Comments
 (0)