aboutsummaryrefslogtreecommitdiff
path: root/src/Processors.c
diff options
context:
space:
mode:
authorgoodale <goodale@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2004-05-17 12:28:56 +0000
committergoodale <goodale@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2004-05-17 12:28:56 +0000
commit78f7bc7d368abfe62495ec2b19b72c8c38333844 (patch)
treef15b679f6c3ca97b6e517f1d08c89f133d541cd3 /src/Processors.c
parent1179238322c750e4ad7c2b0cd651c4e6bfa3fa62 (diff)
Untabified. Please try to adhere to the Cactus coding guidelines when
modifying or adding files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPDExtra/trunk@57 61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1
Diffstat (limited to 'src/Processors.c')
-rw-r--r--src/Processors.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Processors.c b/src/Processors.c
index 0817fb7..cd97361 100644
--- a/src/Processors.c
+++ b/src/Processors.c
@@ -122,12 +122,12 @@ static int ProcessorsPage(const cGH *cctkGH, httpRequest *request, void *data)
HTTP_Send(request, "<h1>Processor Information</h1>\n");
HTTP_Send(request,
- "<div class=\"centered\">\n<table rules=\"cols\">\n"
- "<tr>"
- "<th>Number</th>\n"
- "<th>Machine Name</th>\n"
- "</tr>");
-
+ "<div class=\"centered\">\n<table rules=\"cols\">\n"
+ "<tr>"
+ "<th>Number</th>\n"
+ "<th>Machine Name</th>\n"
+ "</tr>");
+
nprocs = CCTK_nProcs(cctkGH);
for (np=0;np<nprocs;np++)
{