Revision: 55034
http://brlcad.svn.sourceforge.net/brlcad/?rev=55034&view=rev
Author: brlcad
Date: 2013-04-04 03:13:41 +0000 (Thu, 04 Apr 2013)
Log Message:
-----------
ws indent cleanup
Modified Paths:
--------------
brlcad/trunk/src/libbu/parallel.c
Modified: brlcad/trunk/src/libbu/parallel.c
===================================================================
--- brlcad/trunk/src/libbu/parallel.c 2013-04-04 03:10:02 UTC (rev 55033)
+++ brlcad/trunk/src/libbu/parallel.c 2013-04-04 03:13:41 UTC (rev 55034)
@@ -409,6 +409,7 @@
bu_semaphore_release(BU_SEM_SYSCALL);
}
+
#endif /* PARALLEL */
@@ -592,7 +593,7 @@
if (UNLIKELY(bu_debug & BU_DEBUG_PARALLEL)) {
bu_log("bu_parallel(): created thread: (thread: %p) (loop: %d)
(nthreadc: %d)\n",
(void*)thread, x, nthreadc);
- }
+ }
thread_tbl[nthreadc] = thread;
nthreadc++;
@@ -651,12 +652,12 @@
thread = 0;
nthreadc = 0;
- DWORD dwThreadIdArray[ncpu];
- HANDLE hThreadArray[ncpu] = {0};
+ DWORD dwThreadIdArray[ncpu];
+ HANDLE hThreadArray[ncpu] = {0};
/* Create the Win32 threads */
- for( int i = 0; i < ncpu; i++){
+ for(int i = 0; i < ncpu; i++) {
hThreadArray[i] = CreateThread(
NULL,
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire
the most talented Cisco Certified professionals. Visit the
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits