Skip to content

Commit 18cd136

Browse files
author
Sriya Pratipati
committed
fixed formatting
1 parent 59e7344 commit 18cd136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/__support/wchar/mbsrtowcs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
#include "src/__support/common.h"
1414
#include "src/__support/error_or.h"
1515
#include "src/__support/macros/config.h"
16+
#include "src/__support/wchar/character_converter.h"
1617
#include "src/__support/wchar/mbrtowc.h"
1718
#include "src/__support/wchar/mbstate.h"
18-
#include "src/__support/wchar/character_converter.h"
1919

2020
namespace LIBC_NAMESPACE_DECL {
2121
namespace internal {

0 commit comments

Comments
 (0)