fix newline-at-end-of-file problem

This commit is contained in:
alecf%netscape.com 1999-04-20 22:50:08 +00:00
Родитель 39d88dbe36
Коммит a713dbf60e
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -167,4 +167,4 @@ protected:
static nsIRDFResource* kNC_Delete;
static nsIRDFResource* kNC_NewFolder;
};
};

Просмотреть файл

@ -138,4 +138,4 @@ protected:
static nsIRDFResource* kNC_Date;
static nsIRDFResource* kNC_Status;
};
};

Просмотреть файл

@ -94,4 +94,4 @@ void createNode(PRUint32 value, nsIRDFNode **node)
nsString str(valueStr);
createNode(str, node);
PR_smprintf_free(valueStr);
}
}