Skip to content

Commit fa0f49f

Browse files
committed
Fix formatting
1 parent f3aa434 commit fa0f49f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libcxx/include/__charconv/from_chars_integral.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#ifndef _LIBCPP___CHARCONV_FROM_CHARS_INTEGRAL_H
1111
#define _LIBCPP___CHARCONV_FROM_CHARS_INTEGRAL_H
1212

13-
#include <__assert>
1413
#include <__algorithm/copy_n.h>
14+
#include <__assert>
1515
#include <__charconv/from_chars_result.h>
1616
#include <__charconv/traits.h>
1717
#include <__config>

libcxx/include/__charconv/to_chars_integral.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#ifndef _LIBCPP___CHARCONV_TO_CHARS_INTEGRAL_H
1111
#define _LIBCPP___CHARCONV_TO_CHARS_INTEGRAL_H
1212

13-
#include <__assert>
1413
#include <__algorithm/copy_n.h>
14+
#include <__assert>
1515
#include <__bit/countl.h>
1616
#include <__charconv/tables.h>
1717
#include <__charconv/to_chars_base_10.h>

0 commit comments

Comments
 (0)