HomePhorge

(Maint) Change usages of `and` to `&&`, and `or` to `||`
f86daaab5200Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(Maint) Change usages of and to &&, and or to ||

The operators and, or have a lower precedence than &&,
||. This can lead to unexpected results in certain cases. While this
commit is not subject to one of those cases, the change is still made
for consistency sake.

Details

Provenance
Josh Cooper <josh@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU38e8681dfd50: (#11563) Return INHERIT_ONLY_ACEs
Branches
Unknown
Tags
Unknown

Event Timeline

Josh Cooper <josh@puppetlabs.com> committed rPUf86daaab5200: (Maint) Change usages of `and` to `&&`, and `or` to `||` (authored by Josh Cooper <josh@puppetlabs.com>).Nov 26 2013, 6:32 PM