Skip to content

Commit 1852204

Browse files
committed
style: fix pre-commit (copyright bump + clang-format)
- Bump copyright to 2021-2026 on src/shm_manager.{cc,h}. - Collapse wrapped stub_timeout_seconds_ assignment per clang-format.
1 parent e94075e commit 1852204

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

src/shm_manager.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+
// Copyright 2021-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
//
33
// Redistribution and use in source and binary forms, with or without
44
// modification, are permitted provided that the following conditions

src/shm_manager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+
// Copyright 2021-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
//
33
// Redistribution and use in source and binary forms, with or without
44
// modification, are permitted provided that the following conditions

src/stub_launcher.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ StubLauncher::Initialize(ModelState* model_state)
6464
shm_growth_byte_size_ = model_state->StateForBackend()->shm_growth_byte_size;
6565
shm_message_queue_size_ =
6666
model_state->StateForBackend()->shm_message_queue_size;
67-
stub_timeout_seconds_ =
68-
model_state->StateForBackend()->stub_timeout_seconds;
67+
stub_timeout_seconds_ = model_state->StateForBackend()->stub_timeout_seconds;
6968
python_execution_env_ = model_state->PythonExecutionEnv();
7069
python_lib_ = model_state->StateForBackend()->python_lib;
7170
model_state->ModelConfig().Write(&model_config_buffer_);

0 commit comments

Comments
 (0)