Module: Mesa
Branch: main
Commit: d9c3601e29c4a1c3ddc2d2856927e1c45056c50e
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=d9c3601e29c4a1c3ddc2d2856927e1c45056c50e

Author: Yonggang Luo <[email protected]>
Date:   Fri Mar 18 13:14:55 2022 +0800

util: trim trailing space for files src/util/**/*

Using the following bash script doing that
```
cd src/util
find . -type f -print0 | xargs -0 -n1 sed -i 's/[ \t]*$//'
```

Signed-off-by: Yonggang Luo <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15093>

---

 src/util/crc32.c                   | 134 ++++++++++++++++++-------------------
 src/util/crc32.h                   |   4 +-
 src/util/driconf.h                 |   8 +--
 src/util/format/u_format.h         |  16 ++---
 src/util/format/u_format_pack.py   |  86 ++++++++++++------------
 src/util/format/u_format_rgtc.c    |   2 +-
 src/util/format/u_format_table.py  |   4 +-
 src/util/format/u_format_yuv.h     |   6 +-
 src/util/indices/u_indices.c       |   6 +-
 src/util/indices/u_indices_gen.py  |  62 ++++++++---------
 src/util/indices/u_unfilled_gen.py |  38 +++++------
 src/util/os_memory_aligned.h       |  10 +--
 src/util/os_memory_debug.h         |  12 ++--
 src/util/os_memory_fd.c            |  10 +--
 src/util/os_memory_fd.h            |  10 +--
 src/util/os_memory_stdc.h          |  10 +--
 src/util/os_time.c                 |   2 +-
 src/util/os_time.h                 |   2 +-
 src/util/ptralloc.h                |   2 +-
 src/util/rgtc.c                    |   2 +-
 src/util/sha1/README               |   2 +-
 src/util/simple_list.h             |  12 ++--
 src/util/tests/u_qsort_test.cpp    |   2 +-
 src/util/texcompress_rgtc_tmp.h    |   2 +-
 src/util/u_atomic.h                |   2 +-
 src/util/u_cpu_detect.c            |   4 +-
 src/util/u_cpu_detect.h            |   2 +-
 src/util/u_debug.h                 |  68 +++++++++----------
 src/util/u_debug_stack.c           |   4 +-
 src/util/u_debug_stack.h           |  18 ++---
 src/util/u_debug_symbol.c          |  14 ++--
 src/util/u_debug_symbol.h          |  12 ++--
 src/util/u_endian.h                |  10 +--
 src/util/u_math.c                  |  12 ++--
 src/util/u_math.h                  |  12 ++--
 src/util/u_memory.h                |  10 +--
 src/util/u_mm.c                    |  30 ++++-----
 src/util/u_mm.h                    |  10 +--
 src/util/u_qsort.cpp               |   2 +-
 src/util/u_thread.h                |   4 +-
 src/util/u_vector.h                |   2 +-
 src/util/xmlconfig.c               |   8 +--
 src/util/xmlconfig.h               |   8 +--
 43 files changed, 338 insertions(+), 338 deletions(-)

Diff:   
http://cgit.freedesktop.org/mesa/mesa/diff/?id=d9c3601e29c4a1c3ddc2d2856927e1c45056c50e

Reply via email to