Index: trunk/psModules/src/astrom/pmFPAConstruct.c
===================================================================
--- trunk/psModules/src/astrom/pmFPAConstruct.c	(revision 6894)
+++ trunk/psModules/src/astrom/pmFPAConstruct.c	(revision 7009)
@@ -375,7 +375,9 @@
             continue;
         }
+
         pmChip *chip = pmChipAlloc(fpa, chipName); // The chip
         psList *cellNames = psStringSplit(componentsItem->data.V, " ,;"); // List of cell names
         psListIterator *cellNamesIter = psListIteratorAlloc(cellNames, PS_LIST_HEAD, false); // Iterator
+
         psString cellName = NULL;       // Name of cell
         while ((cellName = psListGetAndIncrement(cellNamesIter))) {
