Skip to content

Commit

Permalink
Workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
n59321jh committed Aug 7, 2024
1 parent 514c6ad commit 4232290
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildsystem/cargo-test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Action should not run this.
# Action should not run this
#!/usr/bin/python3
# SPDX-License-Identifier: LGPL-2.1-or-later
# Copyright (C) 2024 Alexandre Janniaux <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/linux/cpu.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Test with action
// Test with action.
/*****************************************************************************
* linux/cpu.c: CPU detection code for Linux
*****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/win32/plugin.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Test with action
// Test with action.
/*****************************************************************************
* plugin.c : Low-level dynamic library handling
*****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/win32/thread.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Test with action
// Test with action.
/*****************************************************************************
* thread.c : Win32 back-end for LibVLC
*****************************************************************************
Expand Down

0 comments on commit 4232290

Please sign in to comment.