summaryrefslogtreecommitdiff
path: root/pr/src/cplus/rcthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'pr/src/cplus/rcthread.h')
-rw-r--r--pr/src/cplus/rcthread.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pr/src/cplus/rcthread.h b/pr/src/cplus/rcthread.h
index c8b303ff..b7716d4b 100644
--- a/pr/src/cplus/rcthread.h
+++ b/pr/src/cplus/rcthread.h
@@ -157,7 +157,7 @@ private:
public:
static RCPrimordialThread *WrapPrimordialThread();
- };
+};
/*
** class RCPrimordialThread
@@ -180,7 +180,7 @@ public:
*/
static PRStatus SetVirtualProcessors(PRIntn count=10);
-friend class RCThread;
+ friend class RCThread;
private:
/*
** None other than the runtime can create of destruct
@@ -192,4 +192,4 @@ private:
void RootFunction();
}; /* RCPrimordialThread */
- #endif /* defined(_RCTHREAD_H) */
+#endif /* defined(_RCTHREAD_H) */