libbe_build: Synchronize Node.cpp with the main one.
Mostly formatting changes with a few minor bugfixes it appears.
This commit is contained in:
parent
a7639d2389
commit
28c8a16a5a
@ -28,11 +28,7 @@ struct node_ref {
|
|||||||
bool operator!=(const node_ref &ref) const;
|
bool operator!=(const node_ref &ref) const;
|
||||||
node_ref& operator=(const node_ref &ref);
|
node_ref& operator=(const node_ref &ref);
|
||||||
|
|
||||||
bool operator<(const node_ref &ref) const
|
bool operator<(const node_ref &ref) const;
|
||||||
{
|
|
||||||
return device < ref.device
|
|
||||||
|| (device == ref.device && node < ref.node);
|
|
||||||
}
|
|
||||||
|
|
||||||
dev_t device;
|
dev_t device;
|
||||||
ino_t node;
|
ino_t node;
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user