Browse Source

Restoring authorship annotation for <agusakov@yandex-team.ru>. Commit 2 of 2.

agusakov 3 years ago
parent
commit
7ce8f58ec3
1 changed files with 9 additions and 9 deletions
  1. 9 9
      library/cpp/messagebus/ya.make

+ 9 - 9
library/cpp/messagebus/ya.make

@@ -9,26 +9,26 @@ ENDIF()
 SRCS(
     acceptor.cpp
     acceptor_status.cpp
-    connection.cpp 
+    connection.cpp
     coreconn.cpp
-    duration_histogram.cpp 
+    duration_histogram.cpp
     event_loop.cpp
     futex_like.cpp
     handler.cpp
     key_value_printer.cpp
     local_flags.cpp
     locator.cpp
-    mb_lwtrace.cpp 
+    mb_lwtrace.cpp
     message.cpp
     message_counter.cpp
     message_status.cpp
     message_status_counter.cpp
     messqueue.cpp
-    misc/atomic_box.h 
-    misc/granup.h 
-    misc/test_sync.h 
-    misc/tokenquota.h 
-    misc/weak_ptr.h 
+    misc/atomic_box.h
+    misc/granup.h
+    misc/test_sync.h
+    misc/tokenquota.h
+    misc/weak_ptr.h
     network.cpp
     queue_config.cpp
     remote_client_connection.cpp
@@ -43,7 +43,7 @@ SRCS(
     session_impl.cpp
     session_job_count.cpp
     shutdown_state.cpp
-    socket_addr.cpp 
+    socket_addr.cpp
     storage.cpp
     synchandler.cpp
     use_after_free_checker.cpp