Skip to content

Commit

Permalink
whitespace only
Browse files Browse the repository at this point in the history
  • Loading branch information
rockowitz committed Mar 24, 2024
1 parent d3e6488 commit 56f3b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vcp/persistent_capabilities.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @file persistent_capabilities.c */

// Copyright (C) 2021-2023 Sanford Rockowitz <[email protected]>
// Copyright (C) 2021-2024 Sanford Rockowitz <[email protected]>
// SPDX-License-Identifier: GPL-2.0-or-later

#include <assert.h>
Expand Down Expand Up @@ -363,7 +363,7 @@ char * get_persistent_capabilities(Monitor_Model_Key* mmk)
*/
void set_persistent_capabilites(
Monitor_Model_Key * mmk,
const char * capabilities)
const char * capabilities)
{
bool debug = false;
DBGTRC_STARTING(debug, TRACE_GROUP, "capabilities_cache_enabled=%s. mmk->%s, capabilities = %s",
Expand Down

0 comments on commit 56f3b06

Please sign in to comment.