Skip to content

Commit

Permalink
fix eol for some files (#348) (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
yegorskii authored Feb 6, 2024
1 parent 6f74b5e commit 1b38426
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cloud/blockstore/libs/server/client_storage_factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ IClientStorageFactoryPtr CreateClientStorageFactoryStub()

////////////////////////////////////////////////////////////////////////////////

} // namespace NCloud::NBlockStore::NServer
} // namespace NCloud::NBlockStore::NServer
2 changes: 1 addition & 1 deletion cloud/blockstore/libs/server/client_storage_factory.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ IClientStorageFactoryPtr CreateClientStorageFactoryStub();

////////////////////////////////////////////////////////////////////////////////

} // namespace NCloud::NBlockStore::NServer
} // namespace NCloud::NBlockStore::NServer
2 changes: 1 addition & 1 deletion cloud/storage/core/libs/uds/socket_poller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ size_t TSocketPoller::Wait(void** events, size_t len)
return Impl->Wait(events, len);
}

} // namespace NCloud::NStorage::NServer
} // namespace NCloud::NStorage::NServer

0 comments on commit 1b38426

Please sign in to comment.