534384: The General Data Protection Regulation (GDPR) at the Eclipse
Foundation

Code formatting

Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=534384
diff --git a/index.php b/index.php
index 7c9d8c0..5484022 100644
--- a/index.php
+++ b/index.php
@@ -1,12 +1,16 @@
 <?php  																														
-require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	
-require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	
-require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	
-$App 	= new App();	$Nav	= new Nav();	$Menu 	= new Menu();		
-include($App->getProjectCommon());
-include("script/rss2html.php");
-include("script/rss2html_blog.php");
+	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	
+	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	
+	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	
+
+	include($App->getProjectCommon());
+	include("script/rss2html.php");
+	include("script/rss2html_blog.php");
 	
+	$App 	= new App();
+	$Nav	= new Nav();
+	$Menu 	= new Menu();		
+
 	$html = file_get_contents('_index.html');
 
 	# Generate the web page