NREL / ROSCO

A Reference Open Source Controller for Wind Turbines
https://rosco.readthedocs.io/en/latest/
Apache License 2.0
99 stars 91 forks source link

Update zmq_client.c #310

Closed Zeffar closed 4 months ago

Zeffar commented 5 months ago

Fixed Identation and { bracket inconsistency

Description and Purpose

Type of change

What types of change is it? Select the appropriate type(s) that describe this PR

TODO Items General:

TODO Items API Change:

Github issues addressed, if one exists

Examples/Testing, if applicable

dzalkind commented 5 months ago

Did the original formatting cause an issue for you? If so, what was it and what compiler and platform (windows, linux) are you using?

Zeffar commented 5 months ago

While the original formatting didn't cause any issues when compiling it, I couldn't help but notice the coding style was inconsistent. This PR does not aim at fixing bugs, as much as it aims at keeping a consistent format throughout the code. Before adding new features, it is important for the code to be readable and have the same coding style all throughout.

dzalkind commented 4 months ago

This was merged into #312