diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-12-15 00:50:12 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-12-15 00:50:12 +0300 |
commit | 2970ce5ec3c11466ecf953b1ed5a0a888408c3b7 (patch) | |
tree | 2fd101b9948677e2b30a472bd046cb2db4131f01 | |
parent | README update (diff) | |
download | windows7-drivers-2970ce5ec3c11466ecf953b1ed5a0a888408c3b7.tar.gz windows7-drivers-2970ce5ec3c11466ecf953b1ed5a0a888408c3b7.zip |
remove extra whitespace
-rw-r--r-- | utils/libnt_path_converter/include/libnt_path_converter/device.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/libnt_path_converter/include/libnt_path_converter/device.hpp b/utils/libnt_path_converter/include/libnt_path_converter/device.hpp index 2fda4da..2269316 100644 --- a/utils/libnt_path_converter/include/libnt_path_converter/device.hpp +++ b/utils/libnt_path_converter/include/libnt_path_converter/device.hpp @@ -21,4 +21,4 @@ namespace libnt_path_converter std::wstring convert_nt_path(const std::wstring&); }; -} +} |