aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2011-03-31 14:23:18 -0500
committerDenis Kenzior <denkenz@gmail.com>2011-03-31 14:26:48 -0500
commit93699890c5619c050a0ad86dcc13535f19fcdfe2 (patch)
treed29e2d351ee644c7b46be6b711983c0b9dab2068
parent9c9e9618f5b6703250532a1e00aa6a4ed70d1caa (diff)
downloadphonesim-93699890c5619c050a0ad86dcc13535f19fcdfe2.tar.gz
qsimcommand: Minor whitespace fixes
-rw-r--r--src/qsimcommand.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/qsimcommand.h b/src/qsimcommand.h
index ea7f17a..3b34be9 100644
--- a/src/qsimcommand.h
+++ b/src/qsimcommand.h
@@ -216,13 +216,13 @@ public:
};
enum OpenChannelQualifier {
- OpenchannelOnDemand = 0x00,
- OpenchannelImmediate = 0x01,
+ OpenChannelOnDemand = 0x00,
+ OpenChannelImmediate = 0x01,
};
enum SendDataQualifier {
- SendDataStoreData = 0x00,
- SendDataImmediately = 0x01,
+ SendDataStoreData = 0x00,
+ SendDataImmediately = 0x01,
};
int commandNumber() const;