summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30284-Issue_2957.cpp
blob: bd52cb8ce97c83b80b8f9c3e4e7093bb8ae983b9 (plain)
1
2
3
4
5
6
7
bus_type i2c_bus_type =
{
	.name    = "i2c",
	.match   = i2c_device_match,
	.suspend = i2c_bus_suspend,
	.resume  = i2c_bus_resume,
};