summaryrefslogtreecommitdiff
path: root/attributes.cc
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2010-09-25 20:39:52 -0400
committersrs5694 <srs5694@users.sourceforge.net>2010-09-25 20:39:52 -0400
commitab4b0438394df4ae6bdea86194e254d7d35fdea0 (patch)
tree4bd9e7607701e94748f49375baeb24e48c07d6ca /attributes.cc
parent5a081757ea2e32a491349544fea92826ccf739f6 (diff)
downloadsgdisk-ab4b0438394df4ae6bdea86194e254d7d35fdea0.tar.gz
Final 0.6.11 version; only trivial changes
Diffstat (limited to 'attributes.cc')
-rw-r--r--attributes.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/attributes.cc b/attributes.cc
index c9c1d23..f068e6d 100644
--- a/attributes.cc
+++ b/attributes.cc
@@ -180,8 +180,8 @@ bool Attributes::OperateOnAttributes(const uint32_t partNum, const string& attri
// display a single attribute
case ao_get: {
- cout << partNum+1 << ":" << bitNum << ":" <<
- bool (attributeBitMask & attributes) << endl;
+ cout << partNum+1 << ":" << bitNum << ":"
+ << bool (attributeBitMask & attributes) << endl;
break;
} // case ao_get