This is an archive of the discontinued Mercurial Phabricator instance.

cext: reorder #include
ClosedPublic

Authored by indygreg on Oct 2 2017, 2:31 PM.

Details

Summary

We mostly abide by this style.

In one case, a blank line was inserted to prevent a local
#include "file" from coming before a #include <file>.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

indygreg created this revision.Oct 2 2017, 2:31 PM
quark accepted this revision.Oct 2 2017, 2:54 PM
This revision was automatically updated to reflect the committed changes.