aboutsummaryrefslogtreecommitdiff
path: root/src/Processors.c
diff options
context:
space:
mode:
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++)
{