watchlogs.js was a mess of mixed indentation, with some sections using 8-column tabs with 4-column indents, and others using spaces for indentation throughout. As a result, the formatting was erratic and difficult to read, particularly when viewed with anything other than an 8-column tab width. (Like Pagure's own diff views, where initial tabs are 6 spaces because of the -/+ markers.)
watchlogs.jswas a mess of mixed indentation, with some sections using 8-column tabs with 4-column indents, and others using spaces for indentation throughout. As a result, the formatting was erratic and difficult to read, particularly when viewed with anything other than an 8-column tab width. (Like Pagure's own diff views, where initial tabs are 6 spaces because of the-/+markers.)Reformatted with 4-space indents throughout.