mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 16:19:19 +02:00
reformat: remove redundant parentheses
This commit is contained in:
@@ -132,7 +132,7 @@ public:
|
||||
inline
|
||||
int
|
||||
RaSegCount() const {
|
||||
return ( fTsBuffer.empty() ? 1 : iSegCount ); };
|
||||
return fTsBuffer.empty() ? 1 : iSegCount; };
|
||||
|
||||
void
|
||||
render_lines(std::vector<gfx::basic_vertex> &out, float quality = 1.0f) const;
|
||||
|
||||
Reference in New Issue
Block a user