Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing...
[pub/USBasp.git] / LUFA / Platform / UC3 / InterruptManagement.h
index dd70675..6bd7f0a 100644 (file)
                                InterruptHandlers[GroupNumber] = Handler;
                                AVR32_INTC.ipr[GroupNumber]    = Autovector_Table[InterruptLevel];
                        }
-                       
+
                        /** Retrieves the pending interrupts for a given interrupt group. The result of this function should be masked
                         *  against interrupt request indexes converted to a request line number via the \ref INTC_IRQ_LINE() macro. To
                         *  obtain the group number of a given interrupt request, use the \ref INTC_IRQ_GROUP() macro.
                        {
                                return AVR32_INTC.irr[GroupNumber];
                        }
-       
+
        /* Disable C linkage for C++ Compilers: */
                #if defined(__cplusplus)
                        }
 #endif
 
 /** @} */
+