NetworkManager/shared/systemd
Thomas Haller 740b092fda
format: replace tabs for indentation in code comments
sed -i \
     -e 's/^'$'\t'' \*/     */g' \
     -e 's/^'$'\t\t'' \*/         */g' \
     -e 's/^'$'\t\t\t'' \*/             */g' \
     -e 's/^'$'\t\t\t\t'' \*/                 */g' \
     -e 's/^'$'\t\t\t\t\t'' \*/                     */g' \
     -e 's/^'$'\t\t\t\t\t\t'' \*/                         */g' \
     -e 's/^'$'\t\t\t\t\t\t\t'' \*/                             */g' \
     $(git ls-files -- '*.[hc]')
2020-09-28 16:07:52 +02:00
..
sd-adapt-shared systemd: merge branch systemd into master 2020-09-24 11:32:37 +02:00
src systemd: merge branch systemd into master 2020-09-24 11:32:37 +02:00
nm-logging-stub.c all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nm-sd-utils-shared.c format: replace tabs for indentation in code comments 2020-09-28 16:07:52 +02:00
nm-sd-utils-shared.h tests: add nmtst_extract_first_word_all() for testing 2020-06-22 23:09:05 +02:00