Skip to content

Commit

Permalink
Add extra change cargo fmt caught
Browse files Browse the repository at this point in the history
  • Loading branch information
dogunbound committed Feb 21, 2024
1 parent 9bf14a1 commit 9e2a3e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/window/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ impl Context {
/// Get the address of an OpenGL function.
/// # Arguments
/// * name - Name of the function to get the address of
///
/// Returns the address of the OpenGL function, 0 on failure
///
/// Returns the address of the OpenGL function, 0 on failure
pub unsafe fn get_function(name: &CStr) -> *const std::ffi::c_void {
unsafe { ffi::sfContext_getFunction(name.as_ptr()) }
}
Expand Down

0 comments on commit 9e2a3e0

Please sign in to comment.