diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2023-03-09 14:56:09 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2023-03-09 16:32:00 -0500 |
commit | 287de65625a667b6403d0606fa75b67926ec7230 (patch) | |
tree | a4911b3dc540ba6a54e0aebbbe972cec6f1d8be1 /gdb/gmp-utils.h | |
parent | 2562954ede66f32bff7d985e752b8052c2ae5775 (diff) | |
download | gdb-287de65625a667b6403d0606fa75b67926ec7230.zip gdb-287de65625a667b6403d0606fa75b67926ec7230.tar.gz gdb-287de65625a667b6403d0606fa75b67926ec7230.tar.bz2 |
gdb, gdbserver, gdbsupport: fix whitespace issues
Replace spaces with tabs in a bunch of places.
Change-Id: If0f87180f1d13028dc178e5a8af7882a067868b0
Diffstat (limited to 'gdb/gmp-utils.h')
-rw-r--r-- | gdb/gmp-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gmp-utils.h b/gdb/gmp-utils.h index 0e57471..9aa501a 100644 --- a/gdb/gmp-utils.h +++ b/gdb/gmp-utils.h @@ -131,7 +131,7 @@ private: The API is inspired from GMP's mpz_export, hence the naming and types of the following parameter: - ENDIAN should be: - . 1 for most significant byte first; or + . 1 for most significant byte first; or . -1 for least significant byte first; or . 0 for native endianness. |