Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Jan 28, 2025
1 parent 0b1519e commit a6d63e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jngl/input.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2012-2024 Jan Niklas Hasse <[email protected]>
// Copyright 2012-2025 Jan Niklas Hasse <[email protected]>
// For conditions of distribution and use, see copyright notice in LICENSE.txt
/// Input related functions
/// @file
Expand Down Expand Up @@ -261,7 +261,7 @@ std::vector<std::shared_ptr<Controller>> getConnectedControllers();
/// called.
///
/// \deprecated Use jngl::Job::onControllersChanged() instead
[[deprecated("Use jngl::Job::onControllersChanged() instead")]]
[[deprecated("Use jngl::Job::onControllersChanged() instead")]]
void onControllerChanged(std::function<void()> callback);

/// Returns a string of characters that have been pressed since the last call to updateInput()
Expand Down

0 comments on commit a6d63e1

Please sign in to comment.