about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--absl/numeric/int128.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/absl/numeric/int128.h b/absl/numeric/int128.h
index cfbf74c46689..11ecc8bcbd3c 100644
--- a/absl/numeric/int128.h
+++ b/absl/numeric/int128.h
@@ -17,9 +17,10 @@
 // File: int128.h
 // -----------------------------------------------------------------------------
 //
-// This header file defines 128-bit integer types. Currently, this file defines
-// `uint128`, an unsigned 128-bit integer; a signed 128-bit integer is
-// forthcoming.
+// This header file defines 128-bit integer types.
+//
+// Currently, this file defines `uint128`, an unsigned 128-bit integer; a signed
+// 128-bit integer is forthcoming.
 
 #ifndef ABSL_NUMERIC_INT128_H_
 #define ABSL_NUMERIC_INT128_H_
@@ -37,6 +38,7 @@
 
 namespace absl {
 
+
 // uint128
 //
 // An unsigned 128-bit integer type. The API is meant to mimic an intrinsic type