Skip to content

Commit 2896908

Browse files
committed
Trim spaces.
1 parent a187a9f commit 2896908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/directory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ extra_data_format g_extra_data_format = file_directory_information_format;
586586

587587
/*!
588588
* \brief Extra buffer size for GetFileInformationByHandleEx-based or NtQueryDirectoryFile-based directory iterator.
589-
*
589+
*
590590
* Must be large enough to accommodate at least one FILE_DIRECTORY_INFORMATION or *_DIR_INFO struct and one filename.
591591
* NTFS, VFAT, exFAT support filenames up to 255 UTF-16/UCS-2 characters. ReFS supports filenames up to 32768 UTF-16 characters.
592592
*/

0 commit comments

Comments
 (0)