[AMD Official Use Only] Thanks Tom, Made the suggested change and attached the updated patch. Regards, Rupesh P > -----Original Message----- > From: Tom Tromey > Sent: Monday, April 18, 2022 7:01 PM > To: Potharla, Rupesh via Gdb-patches > Cc: Kevin Buettner ; Potharla, Rupesh > ; George, Jini Susan > ; Parasuraman, Hariharan > ; Sharma, Alok Kumar > > Subject: Re: GDB/Fortran: Support for Assumed Rank Zero. > > [CAUTION: External Email] > > >>>>> Potharla, Rupesh via Gdb-patches > writes: > > > Requesting to review the attached patch with suggested code changes. > > > + type->main_type->target_type->main_type->dyn_prop_list = > > + type->main_type->dyn_prop_list; > > In the gdb style, the '=' goes on the next line, and also the continuation line is > just indented 2 spaces. > > thanks, > Tom