chore: newline at the end of the file

develop
CrackThrough 2022-11-06 22:47:16 +09:00
parent 7eae03362b
commit 87235b8f27
4 changed files with 4 additions and 4 deletions

View File

@ -188,4 +188,4 @@ namespace SkyHook
// Uncategorized
Unknown
}
}
}

View File

@ -13,4 +13,4 @@ namespace SkyHook
/// <param name="message">A message to pass along with exception.</param>
public SkyHookException(string message) : base(message) { }
}
}
}

View File

@ -146,4 +146,4 @@ namespace SkyHook
}
}
}
}
}

View File

@ -29,4 +29,4 @@ namespace SkyHook
[DllImport(Lib, EntryPoint = "stop_hook", CallingConvention = CallingConvention.Cdecl)]
public static extern string StopHook();
}
}
}