summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12104-bug_1637.cs
blob: 9ffe19e7464649bb15e6d206011411ea227a5b6a (plain)
1
2
//Test Case-001
inline double GetAudioBitrateForQuality(double f) { return 56000 + 200000 * (f); }