From f4ea3d5e1700e6d3ec278bb9c503ea875a02a8d7 Mon Sep 17 00:00:00 2001
From: Danny Auble <da@llnl.gov>
Date: Thu, 1 Jul 2010 18:54:38 +0000
Subject: [PATCH] fixed indent

---
 src/plugins/select/bgq/select_bgq.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/select/bgq/select_bgq.cc b/src/plugins/select/bgq/select_bgq.cc
index f3abb77c8e0..32cdbb8be46 100644
--- a/src/plugins/select/bgq/select_bgq.cc
+++ b/src/plugins/select/bgq/select_bgq.cc
@@ -65,7 +65,7 @@ extern "C" {
  */
 extern "C" const char plugin_name[]       	= "BG/Q node selection plugin";
 extern "C" const char plugin_type[]       	= "select/bgq";
-extern "C" const uint32_t plugin_id	= 103;
+extern "C" const uint32_t plugin_id     	= 103;
 extern "C" const uint32_t plugin_version	= 100;
 
 /*
-- 
GitLab