aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/NotificationDaemon.cs
diff options
context:
space:
mode:
authorwilliam341 <[email protected]>2017-02-25 14:41:39 -0700
committerwilliam341 <[email protected]>2017-02-25 14:41:39 -0700
commit00f676a5d4df6f826d4a6c5af260fbfc168cea28 (patch)
tree2ced396faf457cf3800ed09d35f44b41c8b4a83e /ShiftOS_TheReturn/NotificationDaemon.cs
parent5afced5136dab902e97eab02e25c2add3e2652d1 (diff)
downloadshiftos_thereturn-00f676a5d4df6f826d4a6c5af260fbfc168cea28.tar.gz
shiftos_thereturn-00f676a5d4df6f826d4a6c5af260fbfc168cea28.tar.bz2
shiftos_thereturn-00f676a5d4df6f826d4a6c5af260fbfc168cea28.zip
ffs
Diffstat (limited to 'ShiftOS_TheReturn/NotificationDaemon.cs')
-rw-r--r--ShiftOS_TheReturn/NotificationDaemon.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShiftOS_TheReturn/NotificationDaemon.cs b/ShiftOS_TheReturn/NotificationDaemon.cs
index 1737be3..f9bfed2 100644
--- a/ShiftOS_TheReturn/NotificationDaemon.cs
+++ b/ShiftOS_TheReturn/NotificationDaemon.cs
@@ -72,7 +72,7 @@ namespace ShiftOS.Engine
Type = t;
Data = data;
Read = false;
- Timestamp = DateTime.Now;
+ Timestamp = DateTime.Now;
}
public bool Read { get; set; }
@@ -106,4 +106,4 @@ namespace ShiftOS.Engine
NewShiftOSStream = 0x78,
SavePurge = 0x79,
}
-}
+} \ No newline at end of file