Skip to content

Commit

Permalink
Remove gratuitous spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuncer Ayaz committed Feb 15, 2011
1 parent 7810d7b commit 1b10807
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions priv/templates/ctsuite.erl
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ groups() -> [].
all() ->
[ {exports, Functions} | _ ] = ?MODULE:module_info(),
[ FName || {FName, _} <- lists:filter(
fun ({module_info,_}) -> false ;
({all,_}) -> false ;
({init_per_suite,1}) -> false ;
({end_per_suite,1}) -> false ;
({_,1}) -> true ;
fun ({module_info,_}) -> false;
({all,_}) -> false;
({init_per_suite,1}) -> false;
({end_per_suite,1}) -> false;
({_,1}) -> true;
({_,_}) -> false
end, Functions)].

Expand Down

0 comments on commit 1b10807

Please sign in to comment.