Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
PojavLauncherTeam
Edit Copy
Star
GitHub Repository:
PojavLauncherTeam/mesa
Path:
blob/21.2-virgl/src/gallium/frontends/xa/xa-indent.sh
4
5
6
1
views
1
#!/bin/sh
2
indent
--linux
-style
-i4
-ip4
-bad
-bap
-psl
$*
3
4
5