Files
guru/gui-apps
ingenarel 2585c9f1ad */*: leading whitespaces -> tab
command used:
```
find -type f -name '*.ebuild' -exec sed -i -E 's/^    /\t/g' {} +
```

I was running this command anyway after when I was working on a few
packages because my formatter broke, decided to run it on the root of
the repo then because I was already gonna run it on the packages that I
was working on

I checked each package manually and ran pkgdev to actually see if it was
emitting any warnings, and all of them did for the leading whitepsaces

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-12-16 05:56:41 +06:00
..
2025-12-16 05:56:41 +06:00
2025-09-18 00:06:21 +09:00
2025-10-31 20:25:34 +01:00
2025-12-14 22:17:36 +01:00
2025-08-20 05:49:29 +02:00
2025-11-10 10:48:27 +01:00
2025-11-14 10:55:37 +01:00
2025-12-04 02:45:27 +00:00
2025-10-16 17:51:21 +02:00
2025-09-16 11:31:38 +02:00
2025-11-21 21:12:07 +01:00
2025-08-26 17:39:44 +02:00
2025-12-10 20:14:12 +01:00
2025-08-09 20:17:26 -04:00
2025-12-16 05:56:41 +06:00
2025-09-29 18:39:19 +03:00
2025-08-27 18:37:02 -04:00
2025-09-20 12:04:52 +02:00
2025-11-16 23:26:20 +01:00