haskell / alex

A lexical analyser generator for Haskell
https://hackage.haskell.org/package/alex
BSD 3-Clause "New" or "Revised" License
297 stars 82 forks source link

Fix tab warnings in templates/GenericTemplate.hs #96

Closed m1dnight closed 7 years ago

m1dnight commented 7 years ago

I am not sure if this is appropriate, but I wanted to get rid of the compiler warnings for my Lexer.

I have fixed them by indenting the code in templates/GenericTemplate.hs.

I have not seen any style guides in this repo so I reindented the cases such that they all align properly.

Kind regards, Christophe De Troyer

erikd commented 7 years ago

Looks sane to me. As long as the travis build passes I'm :+1: on this.