Since the completion of #1004 a few days ago, all the indices are generated using a separate ALTER TABLE statement. This statement is generated on one line for all the indices of the table.
Is it possible to generate each "ADD KEY ..." segment on a separate line just like with foreign key constraints? This is really important to be able to easily compare structural differences between two dumps using a file compare tool. When the indices were embedded in CREATE TABLE statements, they were generated one index per line.
Fixed with https://github.com/phpmyadmin/phpmyadmin/commit/d3455568883ea46d2a330e6587a132763b2c2d31