mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 10:20:26 +00:00
Whoops! Fixed that unintended whitespace.
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
#include "sysadm-iocage.h"
|
||||
#include "sysadm-global.h"
|
||||
|
||||
|
||||
using namespace sysadm;
|
||||
|
||||
//PLEASE: Keep the functions in the same order as listed in pcbsd-general.h
|
||||
@@ -99,5 +98,5 @@ QJsonObject Iocage::listJails() {
|
||||
retObject.insert(uuid, jail);
|
||||
}
|
||||
|
||||
return retObject;
|
||||
return retObject;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user