[haiku-development] Re: Checker bot for Gerrit

  • From: saloni goyal <salonig1212@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Sun, 20 Jun 2021 02:50:12 +0530

Hi!

I am working on this bug:
https://review.haiku-os.org/c/haiku/+/3826/1/src/preferences/input/InputKeyboard.cpp#48

and have corrected the indentation of the AddGroup block but I am
stuck at the line where I have to merge a line with the previous one.
I am not able to find out how to do this. My approach for the solving
the AddGroup Indentation is that I run my code after the clang format
have indented all the functions related to AddGroup on the same level
and then applied my code on it and it worked fine but now I am unable
to resolve the issue that how it should merge or break line when it is
exceeding the column limit.
Please help me.

Thanks
Saloni

Other related posts: