aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost
diff options
context:
space:
mode:
authorilpauzner <ilpauzner@yandex-team.ru>2022-02-10 16:46:26 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:26 +0300
commit8360e164771afa6822579cec1dbd9c284d21076f (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/restricted/boost
parent5f67a3a4158c6210c5e0020fcda35b0883501b88 (diff)
downloadydb-8360e164771afa6822579cec1dbd9c284d21076f.tar.gz
Restoring authorship annotation for <ilpauzner@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/restricted/boost')
-rw-r--r--contrib/restricted/boost/boost/test/impl/debug.ipp4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/boost/boost/test/impl/debug.ipp b/contrib/restricted/boost/boost/test/impl/debug.ipp
index 00084a972c..cc5e9dbe29 100644
--- a/contrib/restricted/boost/boost/test/impl/debug.ipp
+++ b/contrib/restricted/boost/boost/test/impl/debug.ipp
@@ -287,8 +287,8 @@ process_info::process_info( int pid )
m_binary_path_buff[num_read] = 0;
m_binary_path.assign( m_binary_path_buff, num_read );
-#else // ****************************************************** default
- (void) pid; // silence 'unused variable' warning
+#else // ****************************************************** default
+ (void) pid; // silence 'unused variable' warning
#endif
}