chore: newline at the end of the file
parent
7eae03362b
commit
87235b8f27
|
@ -188,4 +188,4 @@ namespace SkyHook
|
||||||
// Uncategorized
|
// Uncategorized
|
||||||
Unknown
|
Unknown
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,4 +13,4 @@ namespace SkyHook
|
||||||
/// <param name="message">A message to pass along with exception.</param>
|
/// <param name="message">A message to pass along with exception.</param>
|
||||||
public SkyHookException(string message) : base(message) { }
|
public SkyHookException(string message) : base(message) { }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -146,4 +146,4 @@ namespace SkyHook
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,4 +29,4 @@ namespace SkyHook
|
||||||
[DllImport(Lib, EntryPoint = "stop_hook", CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(Lib, EntryPoint = "stop_hook", CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static extern string StopHook();
|
public static extern string StopHook();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue