Cedric Brandily 5a66895a4f Prefer "val !=/== ref" over "val (not) in [ref]" in conditions
This change increases readibility with the following replacements in
conditions:

 * val in [ref] ==> val == ref
 * val not in [ref] ==> val != ref

Change-Id: I52a77aff60c8e46fa5f6290e3a565f58425d9a68
2014-08-26 19:58:58 +02:00
..
2014-07-11 10:46:09 +04:00
2014-08-05 10:14:20 +00:00
2014-08-01 16:10:23 +00:00
2014-08-05 10:14:20 +00:00